mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
svn merge -r1502:1503 (cosmetic change)
function names are case-insensitive but it's a good idea to call functions as they appear in their declaration. So all functions names that manipulate url like make_index_url() are write with lowercase git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1504 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -58,5 +58,5 @@ SELECT DISTINCT(id)
|
||||
// | redirect |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
redirect(make_index_URL(array('list' => array_from_query($query, 'id'))));
|
||||
redirect(make_index_url(array('list' => array_from_query($query, 'id'))));
|
||||
?>
|
||||
Reference in New Issue
Block a user