Simplify installation message, no need to explain the following step, the

"no photo yet" feature makes the explanations useless at this point.

.infos admin block is used to display messages, I've set the background
transparent here, because it's the only message of the page. Anyway, I don't
think using .infos blocks are relevant if that's the only message on the page.

git-svn-id: http://piwigo.org/svn/trunk@5408 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-03-27 20:49:52 +00:00
parent fcdef8cda7
commit 2a5529c32f
6 changed files with 17 additions and 16 deletions

View file

@ -146,7 +146,6 @@ function install_db_connect(&$infos, &$errors)
$pwg_db_link = pwg_db_connect($_POST['dbhost'], $_POST['dbuser'],
$_POST['dbpasswd'], $_POST['dbname']);
array_push( $infos, l10n('Parameters are correct') );
return true;
}
catch (Exception $e)