[pLog-svn] r2133 - plog/branches/plog-1.1-ben/class/dao

ork at devel.plogworld.net ork at devel.plogworld.net
Tue May 31 13:28:34 GMT 2005


Author: ork
Date: 2005-05-31 13:28:34 +0000 (Tue, 31 May 2005)
New Revision: 2133

Modified:
   plog/branches/plog-1.1-ben/class/dao/model.class.php
Log:
another table name


Modified: plog/branches/plog-1.1-ben/class/dao/model.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/model.class.php	2005-05-31 13:23:03 UTC (rev 2132)
+++ plog/branches/plog-1.1-ben/class/dao/model.class.php	2005-05-31 13:28:34 UTC (rev 2133)
@@ -54,8 +54,9 @@
     /**
      * the names of the tables used in pLog
      */
-    define( 'ARTICLES_TABLENAME',     'articles' );
-    define( 'ARTICLETEXTS_TABLENAME', 'articles_text' );
+    define( 'ARTICLES_TABLENAME',                        'articles' );
+    define( 'ARTICLETEXTS_TABLENAME',                    'articles_text' );
+    define( 'ARTICLE_CATEGORIES_RELATIONSHIP_TABLENAME', 'article_categories_link' );
 
 
     /**




More information about the pLog-svn mailing list