[pLog-svn] r1767 - plog/branches/plog-1.1-ben

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 23:16:08 GMT 2005


Author: ork
Date: 2005-04-05 23:16:08 +0000 (Tue, 05 Apr 2005)
New Revision: 1767

Modified:
   plog/branches/plog-1.1-ben/wizard.php
Log:
include


Modified: plog/branches/plog-1.1-ben/wizard.php
===================================================================
--- plog/branches/plog-1.1-ben/wizard.php	2005-04-05 22:47:14 UTC (rev 1766)
+++ plog/branches/plog-1.1-ben/wizard.php	2005-04-05 23:16:08 UTC (rev 1767)
@@ -32,6 +32,7 @@
     include_once( PLOG_CLASS_PATH."class/view/view.class.php" );
     include_once( PLOG_CLASS_PATH."class/database/adodb/adodb.inc.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/validator/emailvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/passwordvalidator.class.php" );    
     include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );




More information about the pLog-svn mailing list