aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-11-29 14:08:43 +0000
committernikrou <nikrou@piwigo.org>2009-11-29 14:08:43 +0000
commit2f8800b35b51fb71d8d61b1f809b28a5097c5801 (patch)
treea24b19e2c98be127c2c4436868e393b1d42e907a /include/functions.inc.php
parentad796f152f38a37c3c9be438ee9a79ba7b307ebd (diff)
Feature 1255 :
misspelled function parenthesis missing git-svn-id: http://piwigo.org/svn/trunk@4388 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r--include/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
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('', '', ''),