[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/staticpages install.php,1.11,1.12

dhaun at geeklog.net dhaun at geeklog.net
Mon Dec 29 05:07:55 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin/plugins/staticpages
In directory geeklog_prod:/tmp/cvs-serv20432/public_html/admin/plugins/staticpages

Modified Files:
	install.php 
Log Message:
Added 'sp_inblock' field.


Index: install.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/plugins/staticpages/install.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** install.php	30 May 2003 12:24:32 -0000	1.11
--- install.php	29 Dec 2003 10:07:53 -0000	1.12
***************
*** 89,92 ****
--- 89,93 ----
          . "sp_php tinyint(1) unsigned NOT NULL default '0',"
          . "sp_nf tinyint(1) unsigned default '0',"
+         . "sp_inblock tinyint(1) unsigned default '1',"
          . "PRIMARY KEY (sp_id),"
          . "KEY staticpage_sp_uid (sp_uid),"





More information about the geeklog-cvs mailing list