[pLog-svn] r3748 - plog/trunk/class/summary/action

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Jul 19 22:28:40 GMT 2006


Author: mark
Date: 2006-07-19 22:28:39 +0000 (Wed, 19 Jul 2006)
New Revision: 3748

Modified:
   plog/trunk/class/summary/action/summarysearchaction.class.php
Log:
Forgot include the summary constant definition file.

Modified: plog/trunk/class/summary/action/summarysearchaction.class.php
===================================================================
--- plog/trunk/class/summary/action/summarysearchaction.class.php	2006-07-19 21:30:33 UTC (rev 3747)
+++ plog/trunk/class/summary/action/summarysearchaction.class.php	2006-07-19 22:28:39 UTC (rev 3748)
@@ -1,6 +1,7 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/summary/action/summaryaction.class.php" );
+	include_once( PLOG_CLASS_PATH."class/summary/dao/summarystatsconstants.class.php" );
 	include_once( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
 	include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
 	include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );



More information about the pLog-svn mailing list