[Phpslash-commit] CVS: phpslash-dev/scripts db_xfer.php.disabled,1.3,1.4
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-09-17 15:19:38
|
Update of /cvsroot/phpslash/phpslash-dev/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18271/phpslash-dev/scripts Modified Files: db_xfer.php.disabled Log Message: updated non CR loginform.tpl to be used with other auth methods Index: db_xfer.php.disabled =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/scripts/db_xfer.php.disabled,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_xfer.php.disabled 6 Sep 2004 01:34:29 -0000 1.3 --- db_xfer.php.disabled 17 Sep 2004 15:19:28 -0000 1.4 *************** *** 461,464 **** --- 461,465 ---- $section_id_ary[] = $section->getId("Submission"); $section_id_ary[] = $section->getId("test"); + $section_id_ary[] = $section->getId("User"); $ary['section_id_ary'] = $section_id_ary; |