Change some PhpWebGallery to Piwigo.

Not all PhpWebGallery has been translated!

git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2008-05-14 22:25:36 +00:00
parent 52797d017e
commit 51491ab08f
16 changed files with 183 additions and 183 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ UPDATE '.CATEGORIES_TABLE.'
case 'representative' :
{
// theoretically, all categories in $_POST['cat_false'] contain at
// least one element, so PhpWebGallery can find a representant.
// least one element, so Piwigo can find a representant.
set_random_representant($_POST['cat_false']);
break;
}