Renamed the config table to phpgw_config

This commit is contained in:
jengo
2001-02-08 19:34:14 +00:00
parent 10a2004c97
commit 015a627b1e
10 changed files with 100 additions and 78 deletions

View File

@ -13,7 +13,7 @@
// NOTE: Please use spaces to seperate the field names. It makes copy and pasting easier.
$sql = "CREATE TABLE config (
$sql = "CREATE TABLE phpgw_config (
config_name varchar(255) NOT NULL,
config_value varchar(100),
UNIQUE config_name (config_name)