From 2f8800b35b51fb71d8d61b1f809b28a5097c5801 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 29 Nov 2009 14:08:43 +0000 Subject: Feature 1255 : misspelled function parenthesis missing git-svn-id: http://piwigo.org/svn/trunk@4388 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') diff --git a/include/functions.inc.php b/include/functions.inc.php index 8a7c7285c..cc2339c64 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -32,7 +32,7 @@ include_once( PHPWG_ROOT_PATH .'include/functions_url.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_plugins.inc.php' ); //----------------------------------------------------------- generic functions -function get_extra_fiels($order_by_fields) +function get_extra_fields($order_by_fields) { $fields = str_ireplace(array(' order by ', ' desc', ' asc'), array('', '', ''), -- cgit v1.2.3