|
From: Patrick M. <mo...@us...> - 2001-09-11 07:43:26
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv3255
Modified Files:
configure_db
Log Message:
modified template-note removing for PostgreSQL
Index: configure_db
===================================================================
RCS file: /cvsroot/phpbt/phpbt/configure_db,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure_db 2001/09/11 03:02:13 1.2
+++ configure_db 2001/09/11 07:43:24 1.3
@@ -33,7 +33,8 @@
s/TBL_GROUP_PERM/${TBL_PREFIX}group_perm/g
s/TBL_BUG_GROUP/${TBL_PREFIX}bug_group/g
s/TBL_PROJECT_GROUP/${TBL_PREFIX}project_group/g
- s/^#\ TEMPLATE:.*$//
+ s/^#\ TEMPLATE:.*$/#/
+ s/^--\ TEMPLATE:.*$/--/
" > $2
}
|