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

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 29 23:35:38 GMT 2005


Author: ork
Date: 2005-05-29 23:35:37 +0000 (Sun, 29 May 2005)
New Revision: 2105

Modified:
   plog/branches/plog-1.1-ben/class/dao/model.class.php
Log:
added more table consts


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-29 23:34:28 UTC (rev 2104)
+++ plog/branches/plog-1.1-ben/class/dao/model.class.php	2005-05-29 23:35:37 UTC (rev 2105)
@@ -54,7 +54,8 @@
     /**
      * the names of the tables used in pLog
      */
-    define( 'ARTICLES_TABLENAME', 'articles' );
+    define( 'ARTICLES_TABLENAME',     'articles' );
+    define( 'ARTICLETEXTS_TABLENAME', 'articles_text' );
 
 
     /**




More information about the pLog-svn mailing list