diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-27 19:26:21 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-27 19:26:21 +0000 |
commit | 0b9fe18a6bf4036a05db7f9479d7b55d3fe5c782 (patch) | |
tree | 2d9905f25634fdc9fecec88362d1911e393a4b4b /installer/views/get_db_info.html.php | |
parent | dc4f784558db725eb555ce9668231b89aabb8954 (diff) |
Both the command line and web installer installer now supports
creating tables with a table prefix.
There are still some queries that haven't been converted, so don't
start using prefixes yet. However, if you do, you can login and
modify the user profile.
Diffstat (limited to 'installer/views/get_db_info.html.php')
-rw-r--r-- | installer/views/get_db_info.html.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index fde11239..c97e91b1 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -67,6 +67,14 @@ </td> </tr> <tr> + <td> + Table Prefix + </td> + <td> + <input name="prefix" value=""/> + </td> + </tr> + <tr> <td colspan="2"> <?php if (installer::var_writable()): ?> <input type="submit" value="Continue"/> |