Skip to content

Commit

Permalink
Fix: Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 3, 2012
1 parent 8d03190 commit ff0d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/fileconf.php
Expand Up @@ -388,7 +388,7 @@
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>
Expand Down

0 comments on commit ff0d24a

Please sign in to comment.