mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-05-07 00:25:50 +03:00
Feature 1255 :
misspelled function parenthesis missing git-svn-id: http://piwigo.org/svn/trunk@4388 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
ad796f152f
commit
2f8800b35b
2 changed files with 3 additions and 3 deletions
|
@ -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('', '', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue