aboutsummaryrefslogtreecommitdiffstats
path: root/random.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-07-26 21:00:16 +0000
committernikrou <nikrou@piwigo.org>2006-07-26 21:00:16 +0000
commite7f8b142697c6066cb4da31da94b13dec562eb2e (patch)
treedc4668aad0a8b604c71ff0b67f273f8a7c067dca /random.php
parent462a8ebbc103423fc23a5e7a06b7f13688fb6936 (diff)
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/trunk@1503 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'random.php')
-rw-r--r--random.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.php b/random.php
index c6d5dc33b..f3ebdc3dc 100644
--- a/random.php
+++ b/random.php
@@ -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'))));
?> \ No newline at end of file