|
From: Benjamin C. <bc...@us...> - 2004-05-19 13:28:56
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4237 Modified Files: Tag: htmltemplates upgrade.php Log Message: Oops, left off a ; Index: upgrade.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/upgrade.php,v retrieving revision 1.35.2.1 retrieving revision 1.35.2.2 diff -u -r1.35.2.1 -r1.35.2.2 --- upgrade.php 7 May 2004 13:04:58 -0000 1.35.2.1 +++ upgrade.php 19 May 2004 13:28:46 -0000 1.35.2.2 @@ -67,7 +67,7 @@ } break; case 'oci8' : - echo "Oracle is not supported in version 1.0" + echo "Oracle is not supported in version 1.0"; exit; $db->query("create table ".TBL_PROJECT_PERM." ( project_id number(10) default '0' NOT NULL, user_id number(10) default '0' NOT NULL )"); //! TBL_AUTH_GROUP |