[pLog-svn] r6587 - plog/branches/lifetype-1.2/class/action/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jun 19 03:53:54 EDT 2008


Author: mark
Date: 2008-06-19 03:53:54 -0400 (Thu, 19 Jun 2008)
New Revision: 6587

Modified:
   plog/branches/lifetype-1.2/class/action/admin/admineditblogcategoryaction.class.php
Log:
We don't need to include these 2 un-used scripts.

Modified: plog/branches/lifetype-1.2/class/action/admin/admineditblogcategoryaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/admineditblogcategoryaction.class.php	2008-06-19 07:48:51 UTC (rev 6586)
+++ plog/branches/lifetype-1.2/class/action/admin/admineditblogcategoryaction.class.php	2008-06-19 07:53:54 UTC (rev 6587)
@@ -4,9 +4,7 @@
 	lt_include( PLOG_CLASS_PATH."class/view/admin/admintemplatedview.class.php" );
 	lt_include( PLOG_CLASS_PATH."class/view/admin/adminblogcategorieslistview.class.php" );
 	lt_include( PLOG_CLASS_PATH."class/dao/blogcategories.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
 	lt_include( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/data/validator/emptyvalidator.class.php" );
 
     /**
      * \ingroup Action



More information about the pLog-svn mailing list