Update of /cvsroot/phpslash/phpslash-dev/tables/0.8
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20668/phpslash-dev/tables/0.8
Modified Files:
psl_core.sql
Log Message:
Release 0.8RC1.
Index: psl_core.sql
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.8/psl_core.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** psl_core.sql 19 Oct 2004 21:41:19 -0000 1.1
--- psl_core.sql 20 Oct 2004 17:11:07 -0000 1.2
***************
*** 159,163 ****
--
! INSERT INTO psl_author (author_id, author_name, author_realname, url, email, quote, password, seclev, perms, author_options) VALUES (1,'god','god','http://www.god.com','go...@he...','God doesn't need a 'quote'!','a87c20fb5245ed928efec7359c128b6e',1000000,'root,nobody,user,topic,comment,story,storyeditor,section,submission,block,poll,author,variable,glossary,mailinglist,logging','');
INSERT INTO psl_author (author_id, author_name, author_realname, url, email, quote, password, seclev, perms, author_options) VALUES (20,'nobody','Anonymous','','','','7dae6bd6d92a6c64367c27ea48169e4e',0,'','N;');
--- 159,163 ----
--
! INSERT INTO psl_author (author_id, author_name, author_realname, url, email, quote, password, seclev, perms, author_options) VALUES (1,'god','god','','','','a87c20fb5245ed928efec7359c128b6e',0,'','');
INSERT INTO psl_author (author_id, author_name, author_realname, url, email, quote, password, seclev, perms, author_options) VALUES (20,'nobody','Anonymous','','','','7dae6bd6d92a6c64367c27ea48169e4e',0,'','N;');
|