Minor bugs correction

git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
gweltas
2004-09-07 20:10:36 +00:00
parent 47a1e49c1e
commit eaad1d61d7
10 changed files with 35 additions and 26 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ $time = get_elapsed_time( $t2, get_moment() );
$template->assign_vars(
array(
'TIME' => $time,
'VERSION' => $conf['version'],
'VERSION' => PHPWG_VERSION,
'MAIL'=>$conf['mail_webmaster'],
'L_GEN_TIME' => $lang['generation_time'],