[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.43,1.44

dhaun at geeklog.net dhaun at geeklog.net
Tue Mar 11 12:00:59 EST 2003


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Fixed problems with static pages permissions.


Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** mysql_tableanddata.php	9 Mar 2003 11:47:22 -0000	1.43
--- mysql_tableanddata.php	11 Mar 2003 17:00:57 -0000	1.44
***************
*** 546,550 ****
    owner_id mediumint(8) unsigned NOT NULL default '1',
    perm_owner tinyint(1) unsigned NOT NULL default '3',
!   perm_group tinyint(1) unsigned NOT NULL default '3',
    perm_members tinyint(1) unsigned NOT NULL default '2',
    perm_anon tinyint(1) unsigned NOT NULL default '2',
--- 546,550 ----
    owner_id mediumint(8) unsigned NOT NULL default '1',
    perm_owner tinyint(1) unsigned NOT NULL default '3',
!   perm_group tinyint(1) unsigned NOT NULL default '2',
    perm_members tinyint(1) unsigned NOT NULL default '2',
    perm_anon tinyint(1) unsigned NOT NULL default '2',





More information about the geeklog-cvs mailing list