- bug 107 fixed: crash when logging visit on a category containing "'"

character. Correction reported from branch 1.4

- bug fixed: in admin/stats, incorrect SQL queries gave no result.


git-svn-id: http://piwigo.org/svn/trunk@868 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-09-18 21:56:56 +00:00
parent 2e8a34adc7
commit b1c5e25b5e
6 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -333,6 +333,6 @@ $lang['user_status_guest'] = 'User';
$lang['username'] = 'username';
$lang['users'] = 'Users';
$lang['visitors'] = 'Visitors';
$lang['w_day'] = 'w_day';
$lang['w_day'] = 'Day';
$lang['waiting'] = 'Waiting';
?>
+1 -1
View File
@@ -331,6 +331,6 @@ $lang['user_status_guest'] = 'Visiteur';
$lang['username'] = 'nom utilisateur';
$lang['users'] = 'Utilisateurs';
$lang['visitors'] = 'Visiteurs';
$lang['w_day'] = 'jour de la semaine';
$lang['w_day'] = 'Jour';
$lang['waiting'] = 'En attente';
?>