[Branche2] bug:1486

git-svn-id: http://piwigo.org/svn/branches/2.0@5070 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2010-03-07 13:42:33 +00:00
parent 61cf190aaf
commit d714685995
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ DELETE FROM '.OLD_PERMALINKS_TABLE.'
LIMIT 1';
pwg_query($query);
if (mysql_affected_rows()==0)
array_push($page['errors'], 'Cannot delete the old permalink !');
array_push($page['errors'], l10n('Cannot delete the old permalink !'));
}