Ignore:
Timestamp:
Jul 26, 2006, 11:00:16 PM (18 years ago)
Author:
nikrou
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_comment.inc.php

    r1094 r1503  
    136136
    137137  $page['navigation_bar'] = create_navigation_bar(
    138     duplicate_picture_URL(array(), array('start')),
     138    duplicate_picture_url(array(), array('start')),
    139139    $row['nb_comments'],
    140140    $page['start'],
Note: See TracChangeset for help on using the changeset viewer.