mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user