Fix typo : parenthesis

git-svn-id: http://piwigo.org/svn/trunk@5238 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou 2010-03-21 23:00:11 +00:00
parent 4773d7a350
commit f5af5ab4c1
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ try
}
catch (Exception $e)
{
my_error(l10n($e->getMessage(), true);
my_error(l10n($e->getMessage(), true));
}
pwg_db_check_charset();

View file

@ -58,7 +58,7 @@ try
}
catch (Exception $e)
{
my_error(l10n($e->getMessage(), true);
my_error(l10n($e->getMessage(), true));
}
pwg_db_check_charset();

View file

@ -61,7 +61,7 @@ try
}
catch (Exception $e)
{
my_error(l10n($e->getMessage(), true);
my_error(l10n($e->getMessage(), true));
}
pwg_db_check_charset();