Renamed the applications table to phpgw_applications

This commit is contained in:
jengo
2001-02-08 20:11:13 +00:00
parent 190718ad31
commit dbd48f7e6f
15 changed files with 73 additions and 53 deletions

View File

@ -19,7 +19,7 @@
)";
$phpgw_setup->db->query($sql);
$sql = "create table applications (
$sql = "create table phpgw_applications (
app_name varchar(25) NOT NULL,
app_title varchar(50),
app_enabled int,