[pLog-svn] r2641 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Nov 26 16:44:18 GMT 2005


Author: oscar
Date: 2005-11-26 16:44:17 +0000 (Sat, 26 Nov 2005)
New Revision: 2641

Modified:
   plog/trunk/wizard.php
Log:
added the definition of the new in_summary_page field


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-11-26 16:43:50 UTC (rev 2640)
+++ plog/trunk/wizard.php	2005-11-26 16:44:17 UTC (rev 2641)
@@ -90,6 +90,7 @@
   num_trackbacks int(10) NOT NULL default '0',
   num_nonspam_trackbacks int(10) NOT NULL default '0',
   global_category_id int(10) NOT NULL default '0',
+  in_summary_page TINYINT(1) NOT NULL DEFAULT '1',  
   PRIMARY KEY (id),
   KEY num_reads (num_reads),
   KEY category_id (category_id),




More information about the pLog-svn mailing list