[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.48,1.49

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri May 30 08:24:34 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/sql
In directory internal.geeklog.net:/tmp/cvs-serv13046/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Changes for an improved Static Pages editor and more flexibility positioning Static Pages on the frontpage.


Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** mysql_tableanddata.php	22 May 2003 21:07:10 -0000	1.48
--- mysql_tableanddata.php	30 May 2003 12:24:32 -0000	1.49
***************
*** 544,547 ****
--- 544,550 ----
    perm_members tinyint(1) unsigned NOT NULL default '2',
    perm_anon tinyint(1) unsigned NOT NULL default '2',
+   sp_centerblock tinyint(1) unsigned NOT NULL default '0',
+   sp_tid varchar(20) NOT NULL default 'none',
+   sp_where tinyint(1) unsigned NOT NULL default '1',
    sp_php tinyint(1) unsigned NOT NULL default '0',
    sp_nf tinyint(1) unsigned default '0',
***************
*** 549,553 ****
    KEY staticpage_sp_uid (sp_uid),
    KEY staticpage_sp_date (sp_date),
!   KEY staticpage_sp_onmenu (sp_onmenu)
  ) TYPE=MyISAM
  ";
--- 552,559 ----
    KEY staticpage_sp_uid (sp_uid),
    KEY staticpage_sp_date (sp_date),
!   KEY staticpage_sp_onmenu (sp_onmenu),
!   KEY staticpage_sp_centerblock (sp_centerblock),
!   KEY staticpage_sp_tid (sp_tid),
!   KEY staticpage_sp_where (sp_where)
  ) TYPE=MyISAM
  ";





More information about the geeklog-cvs mailing list