[pLog-svn] r3483 - plog/trunk
    mark at devel.lifetype.net 
    mark at devel.lifetype.net
       
    Sun May 28 19:43:13 GMT 2006
    
    
  
Author: mark
Date: 2006-05-28 19:43:12 +0000 (Sun, 28 May 2006)
New Revision: 3483
Modified:
   plog/trunk/wizard.php
Log:
Remove a unnecessary include.
Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-05-28 19:38:15 UTC (rev 3482)
+++ plog/trunk/wizard.php	2006-05-28 19:43:12 UTC (rev 3483)
@@ -65,8 +65,6 @@
     
     // table schemas
     include_once( PLOG_CLASS_PATH."install/dbschemas.properties.php" );
-    // changes necessary to the db schema when upgrading from 1.0 to 1.1
-    include_once( PLOG_CLASS_PATH."install/changes_10_11.properties.php" );
     // default configuration values for 1.1
     include_once( PLOG_CLASS_PATH."install/defaultconfig.properties.php" );
 
    
    
More information about the pLog-svn
mailing list