Update of /var/cvs/Geeklog-2.x/Geeklog-2.x/views
In directory iowaoutdoors:/tmp/cvs-serv21918/views
Modified Files:
Geeklog_CatalogMaintenanceView.php
Log Message:
APC improvements
Index: Geeklog_CatalogMaintenanceView.php
============================================================
=======
RCS file:
/var/cvs/Geeklog-2.x/Geeklog-2.x/views/Geeklog_CatalogMainte
nanceView.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Geeklog_CatalogMaintenanceView.php 6 Jun 2005 21:13:08
-0000 1.1
--- Geeklog_CatalogMaintenanceView.php 13 Jul 2006 21:14:22
-0000 1.2
***************
*** 13,22 ****
* Abstract class that knows how to handle active user
sessions
*/
! require_once 'Geeklog_BaseViewFlexy.php';
!
! /**
! * List Item model object
! */
! require_once 'models/Gl2ListItem.php';
/**
--- 13,17 ----
* Abstract class that knows how to handle active user
sessions
*/
! require $glConf['path_views'] .
'Geeklog_BaseViewFlexy.php';
/**
***************
*** 50,55 ****
$dao = &Geeklog_DAO::singleton();
$this->getDropDown('getGroupEnabledListItems','catal
ogToEdit',array('CATALOG'),'',
! 'listItemId','description','--SELECT
CATALOG--');
!
$this->showHeader();
$this->flexyHandle->compile('CatalogAdmin.thtml');
--- 45,49 ----
$dao = &Geeklog_DAO::singleton();
$this->getDropDown('getGroupEnabledListItems','catal
ogToEdit',array('CATALOG'),'',
! 'listItemId','shortName','--SELECT
CATALOG--');
$this->showHeader();
$this->flexyHandle->compile('CatalogAdmin.thtml');
_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvs lists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs
|