diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-17 15:03:32 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-17 15:03:32 +0000 |
commit | 5e2b2f4e027d86016cd7c92061f8c8a1ef653b42 (patch) | |
tree | ea359293ee4f85c8f99c1adf7a960563700cda5e /include/functions.inc.php | |
parent | 04ff320e6e7b298756aeb09ff787c90ea2175a30 (diff) |
feature 2999 : documentation of include/functions_calendar.inc.php and Calendar classes
git-svn-id: http://piwigo.org/svn/trunk@25507 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 2f0b37c69..40f8810e5 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -935,7 +935,7 @@ function original_to_representative($path, $representative_ext) * get the full path of an image * * @param array $element_info element information from db (at least 'path') - * @return strinf + * @return string */ function get_element_path($element_info) { |