From 51491ab08f2be1c59439e049a20d7555ec0f918d Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 14 May 2008 22:25:36 +0000 Subject: 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 --- include/functions_category.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/functions_category.inc.php') diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 94b2411d2..c647d19ef 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -188,7 +188,7 @@ SELECT * // get_complete_dir returns the concatenation of get_site_url and // get_local_dir // Example : "pets > rex > 1_year_old" is on the the same site as the -// PhpWebGallery files and this category has 22 for identifier +// Piwigo files and this category has 22 for identifier // get_complete_dir(22) returns "./galleries/pets/rex/1_year_old/" function get_complete_dir( $category_id ) { @@ -197,7 +197,7 @@ function get_complete_dir( $category_id ) // get_local_dir returns an array with complete path without the site url // Example : "pets > rex > 1_year_old" is on the the same site as the -// PhpWebGallery files and this category has 22 for identifier +// Piwigo files and this category has 22 for identifier // get_local_dir(22) returns "pets/rex/1_year_old/" function get_local_dir( $category_id ) { -- cgit v1.2.3