aboutsummaryrefslogtreecommitdiffstats
path: root/include/picture_comment.inc.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-07-26 21:04:23 +0000
committernikrou <nikrou@piwigo.org>2006-07-26 21:04:23 +0000
commit4b1863cbef706e64161861c63570a5f0b7a3d9aa (patch)
tree31aa5535ad94ba41d488bffabdfe2a9b32c355f1 /include/picture_comment.inc.php
parent5a65e6a41f72be026388a1529cff752ac906041c (diff)
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
Diffstat (limited to '')
-rw-r--r--include/picture_comment.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php
index 79177839d..ad2878fcb 100644
--- a/include/picture_comment.inc.php
+++ b/include/picture_comment.inc.php
@@ -135,7 +135,7 @@ if ($page['show_comments'])
}
$page['navigation_bar'] = create_navigation_bar(
- duplicate_picture_URL(array(), array('start')),
+ duplicate_picture_url(array(), array('start')),
$row['nb_comments'],
$page['start'],
$conf['nb_comment_page'],