Changeset 1503 for trunk/random.php


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/random.php

    r1082 r1503  
    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.