From 67a01f300d7049e6d634b5a5d2e5aba49b271f2c Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 11 Feb 2004 22:32:46 +0000 Subject: adding phpdocumentor variables to function get_enums git-svn-id: http://piwigo.org/svn/trunk@360 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/functions.inc.php b/include/functions.inc.php index edaa1b057..acf78373a 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -24,8 +24,6 @@ include( PREFIX_INCLUDE.'./include/functions_group.inc.php' ); //----------------------------------------------------------- generic functions -// get_enums returns an array containing the possible values of a enum field -// in a table of the database. /** * possible values of an "enum" field * @@ -35,6 +33,9 @@ include( PREFIX_INCLUDE.'./include/functions_group.inc.php' ); * @param string table in the database * @param string field name in this table * @uses str_replace + * @uses explode + * @uses sizeof + * @uses substr */ function get_enums( $table, $field ) { -- cgit v1.2.3