mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Fixed a small typo
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/import/admin_import.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/import/admin_import.php,v $
|
||||||
| $Revision: 1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2009-07-20 15:24:34 $
|
| $Date: 2009-07-20 23:24:41 $
|
||||||
| $Author: e107coders $
|
| $Author: e107coders $
|
||||||
|
|
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
@@ -506,7 +506,7 @@ function showImportOptions($mode='csv')
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td >$importType ".LAN_CONVERT_20."</td>
|
<td >$importType ".LAN_CONVERT_20."</td>
|
||||||
<td ><input class='tbox' type='text' name='dbParamUsername' size='30' value='".$_POST['dbParamUsername']."'' maxlength='100' /></td>
|
<td ><input class='tbox' type='text' name='dbParamUsername' size='30' value='".$_POST['dbParamUsername']."' maxlength='100' /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td >$importType ".LAN_CONVERT_21."</td>
|
<td >$importType ".LAN_CONVERT_21."</td>
|
||||||
|
Reference in New Issue
Block a user