Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/install/database
In directory usw-pr-cvs1:/tmp/cvs-serv1489
Modified Files:
pgsql.sql
Log Message:
bad table name in insert statement for default 'admin' user
Index: pgsql.sql
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/install/database/pgsql.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pgsql.sql 2001/04/16 16:45:41 1.1
--- pgsql.sql 2001/04/17 11:55:42 1.2
***************
*** 63,67 ****
KEY perms (perms)
);
! INSERT INTO c_reg_users VALUES('admin', '', '21232f297a57a5a743894a0e4a801fc3', '', '', '', '', '', 0, 'admin', '', '', '', '');
--- 63,67 ----
KEY perms (perms)
);
! INSERT INTO pmc_reg_users VALUES('admin', '', '21232f297a57a5a743894a0e4a801fc3', '', '', '', '', '', 0, 'admin', '', '', '', '');
|