Update of
/var/cvs/Geeklog-2.x/Geeklog-2.x/plugins/category/models
In directory
iowaoutdoors:/tmp/cvs-serv15381/plugins/category/models
Modified Files:
Gl2CatalogPeer.php
Log Message:
Index: Gl2CatalogPeer.php
============================================================
=======
RCS file:
/var/cvs/Geeklog-2.x/Geeklog-2.x/plugins/category/models/Gl2
CatalogPeer.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Gl2CatalogPeer.php 13 Nov 2006 06:10:35 -0000 1.2
--- Gl2CatalogPeer.php 5 Dec 2006 22:04:17 -0000 1.3
***************
*** 12,17 ****
include_once 'AuthorizationFacade.php';
- require_once 'ActionManager.php';
-
/**
* Skeleton subclass for performing query and update
operations on the 'gl2_catalog' table.
--- 12,15 ----
***************
*** 32,36 ****
protected static function log($msg, $level) {
! Geeklog_Log::getLogger()->log($msg, $level);
}
/**
--- 30,34 ----
protected static function log($msg, $level) {
! Geeklog_Log::log($msg, 'category', $level);
}
/**
***************
*** 114,118 ****
// Notify any other plugins that the link's save
event was successfully fired
- require_once 'ActionManager.php';
Geeklog_ActionManager::notify('CATALOG_DELETE',
array($catArray));
--- 112,115 ----
_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvs lists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs
|