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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/random.php

    r1082 r1504  
    5959// +-----------------------------------------------------------------------+
    6060
    61 redirect(make_index_URL(array('list' => array_from_query($query, 'id'))));
     61redirect(make_index_url(array('list' => array_from_query($query, 'id'))));
    6262?>
Note: See TracChangeset for help on using the changeset viewer.