[pLog-svn] r3496 - plog/trunk/install
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Wed May 31 20:50:47 GMT 2006
    
    
  
Author: oscar
Date: 2006-05-31 20:50:47 +0000 (Wed, 31 May 2006)
New Revision: 3496
Modified:
   plog/trunk/install/changes_10_11.properties.php
Log:
'my_recent' does not exist as a table, but 'myrecent' does
Modified: plog/trunk/install/changes_10_11.properties.php
===================================================================
--- plog/trunk/install/changes_10_11.properties.php	2006-05-31 16:08:15 UTC (rev 3495)
+++ plog/trunk/install/changes_10_11.properties.php	2006-05-31 20:50:47 UTC (rev 3496)
@@ -3,7 +3,7 @@
 $Changes = Array(
     "ALTER TABLE {dbprefix}articles DROP COLUMN category_id",
     "DROP TABLE {dbprefix}trackbacks",
-    "DROP TABLE {dbprefix}my_recent",
+    "DROP TABLE {dbprefix}myrecent",
     "DROP TABLE {dbprefix}myrecent_categories"
 );
 
    
    
More information about the pLog-svn
mailing list