Fix: Remove warning

This commit is contained in:
Laurent Destailleur 2012-08-03 10:26:39 +02:00
parent 8d031900f9
commit ff0d24a0dc

View File

@ -388,7 +388,7 @@ if (! empty($force_install_message))
name="db_pass"
value="<?php
$autofill=((! empty($dolibarr_main_db_pass))?$dolibarr_main_db_pass:$force_install_databasepass);
if ($dolibarr_main_prod) $autofill='';
if (! empty($dolibarr_main_prod)) $autofill='';
print dol_escape_htmltag($autofill);
?>"></td>
<td class="comment"><?php echo $langs->trans("AdminPassword"); ?></td>