[Phpslash-commit] CVS: phpslash-ft/tables/0.65 slash-all.sql,1.10,1.11
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-03-07 21:10:03
|
Update of /cvsroot/phpslash/phpslash-ft/tables/0.65 In directory usw-pr-cvs1:/tmp/cvs-serv28737/phpslash-ft/tables/0.65 Modified Files: slash-all.sql Log Message: individual block permissions Index: slash-all.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/tables/0.65/slash-all.sql,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** slash-all.sql 6 Feb 2002 18:47:43 -0000 1.10 --- slash-all.sql 7 Mar 2002 21:10:01 -0000 1.11 *************** *** 188,192 **** # ! INSERT INTO psl_block (id, type, title, expire_length, last_update, location, source_url, cache_data, block_options, ordernum) VALUES ( '131', '5', 'PHPSlash Poll', '0', '20010516100206', '', '', '<!-- START: pollDisplay.tpl --> <form action=\"/pollAdmin.php3\"> <input type=hidden name=question_id value=\"\"> --- 188,192 ---- # ! INSERT INTO psl_block (id, type, title, expire_length, last_update, location, source_url, cache_data, block_options, ordernum) VALUES ( '131', '5', 'PHPSlash Poll', '1200', '20010516100206', '', '', '<!-- START: pollDisplay.tpl --> <form action=\"/pollAdmin.php3\"> <input type=hidden name=question_id value=\"\"> *************** *** 361,366 **** ', 'a:2:{s:6:\"column\";s:5:\"right\";s:5:\"width\";s:3:\"160\";}', '30'); ! INSERT INTO psl_block (id, type, title, expire_length, last_update, location, source_url, cache_data, block_options, ordernum) VALUES( '147', '10', 'Skins', '0', '20011002152749', '', '', '', 'a:2:{s:6:\"column\";s:4:\"left\";s:0:\"\";s:0:\"\";}', '50'); ! INSERT INTO psl_block VALUES( '148', '1', 'Administration', '0', '20020109103042', '', '', '<BR><BR>A bunch of cool things like latest site activity and stats should go here. <BR> But until they do, just pick something from the NavBar and go about your duties...<BR><BR>', 'a:2:{s:6:\"column\";s:6:\"center\";s:0:\"\";s:0:\"\";}', '90'); # -------------------------------------------------------- --- 361,366 ---- ', 'a:2:{s:6:\"column\";s:5:\"right\";s:5:\"width\";s:3:\"160\";}', '30'); ! INSERT INTO psl_block (id, type, title, expire_length, last_update, location, source_url, cache_data, block_options, ordernum) VALUES( '147', '10', 'Skins', '14400', '20011002152749', '', '', '', 'a:3:{s:6:"column";s:4:"left";s:5:"perms";s:4:"user";s:0:"";s:0:"";}', '50'); ! INSERT INTO psl_block VALUES( '148', '1', 'Administration', '0', '20020109103042', '', '', '<BR><BR>A bunch of cool things like latest site activity and stats should go here. <BR> But until they do, just pick something from the NavBar and go about your duties...<BR><BR>', 'a:3:{s:6:"column";s:6:"center";s:5:"perms";s:4:"user";s:0:"";s:0:"";}', '90'); # -------------------------------------------------------- |