[pLog-svn] r3895 - plog/trunk/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Aug 19 15:11:40 GMT 2006


Author: jondaley
Date: 2006-08-19 15:11:39 +0000 (Sat, 19 Aug 2006)
New Revision: 3895

Modified:
   plog/trunk/class/action/addcommentaction.class.php
Log:
removed unnecessary include

Modified: plog/trunk/class/action/addcommentaction.class.php
===================================================================
--- plog/trunk/class/action/addcommentaction.class.php	2006-08-19 14:34:54 UTC (rev 3894)
+++ plog/trunk/class/action/addcommentaction.class.php	2006-08-19 15:11:39 UTC (rev 3895)
@@ -9,7 +9,6 @@
     include_once( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/emailvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/httpurlvalidator.class.php" );    
-    include_once( PLOG_CLASS_PATH."class/net/client.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/errorview.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/redirectview.class.php" );



More information about the pLog-svn mailing list