summaryrefslogtreecommitdiff
path: root/templates/install_database.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-10-12 15:13:51 +0000
committerChristian Fowler <spider@viovio.com>2005-10-12 15:13:51 +0000
commit36ff0f6112ee57bdc315a961ccff2be9a4c25ac9 (patch)
treee8566e3bcfe108661ae8f719112457b7440e46a4 /templates/install_database.tpl
parent6efe170ccb4fef037df5d73049fb8a9cc1973ef3 (diff)
downloadinstall-36ff0f6112ee57bdc315a961ccff2be9a4c25ac9.tar.gz
install-36ff0f6112ee57bdc315a961ccff2be9a4c25ac9.tar.bz2
install-36ff0f6112ee57bdc315a961ccff2be9a4c25ac9.zip
merge recent changes to HEAD
Diffstat (limited to 'templates/install_database.tpl')
-rw-r--r--templates/install_database.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl
index 2af7765..b4b1120 100644
--- a/templates/install_database.tpl
+++ b/templates/install_database.tpl
@@ -102,7 +102,7 @@
{/if}
{formlabel label="Database Prefix" for="prefix"}
{forminput}
- <input type="text" size="25" name="prefix" id="prefix" value="{$db_prefix_bit}" />
+ <input type="text" size="25" name="prefix" id="prefix" value="{$db_prefix_bit|replace:'`':''}" />
{formhelp note="This prefix will be prepended to the begining of every table name to allow multiple
independent install to share a single database. All bitweaver tables begin with 'bit_' or 'users_',
so you rarely need to enter a prefix. If you are NOT running MySQL (i.e. Postgres, Oracle, etc.)