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
This commit is contained in:
z0rglub
2004-03-03 22:34:23 +00:00
parent 9e993f2d21
commit c6230472a9
+1 -1
View File
@@ -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>