aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-03-03 22:34:23 +0000
committerz0rglub <z0rglub@piwigo.org>2004-03-03 22:34:23 +0000
commitc6230472a9a4aec326fb7c5c125e4be040d44ef7 (patch)
treed3ab6e7de816af58649b2500f05270a8e89be1e3 /template
parent9e993f2d21e9cf7bd44a7c676af567be550dca90 (diff)
bug correction : prefix for table was not used even if filled in form
git-svn-id: http://piwigo.org/svn/trunk@380 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/install.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/install.tpl b/template/default/install.tpl
index 89ac5f949..f6127bf7e 100644
--- a/template/default/install.tpl
+++ b/template/default/install.tpl
@@ -90,7 +90,7 @@
</tr>
<tr>
<td>{L_DB_PREFIX}</td>
- <td align=center><input type="text" name="prefixeTable" value="{F_DB_PREFIX}" /></td>
+ <td align=center><input type="text" name="prefix" value="{F_DB_PREFIX}" /></td>
<td class="row2">{L_DB_PREFIX_INFO}</td>
</tr>
<tr>