[pLog-svn] r2449 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Sep 5 19:26:36 GMT 2005


Author: oscar
Date: 2005-09-05 19:26:35 +0000 (Mon, 05 Sep 2005)
New Revision: 2449

Modified:
   plog/trunk/wizard.php
Log:
changed the name of the table, for consistency's sake.


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-09-05 19:05:38 UTC (rev 2448)
+++ plog/trunk/wizard.php	2005-09-05 19:26:35 UTC (rev 2449)
@@ -451,7 +451,7 @@
    ) TYPE=MyISAM;";
    
    $Tables[27]["desc"] = "Global Article categories";
-   $Tables[27]["code"] = "CREATE TABLE {dbprefix}global_article_categories (
+   $Tables[27]["code"] = "CREATE TABLE {dbprefix}global_articles_categories (
    id int(10) unsigned NOT NULL auto_increment,
    name varchar(255) NOT NULL default '',
    description varchar(255) NOT NULL default '',




More information about the pLog-svn mailing list