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/admin/picture_modify.php

    r1314 r1503  
    337337    and in_array($_GET['cat_id'], $authorizeds))
    338338{
    339   $url_img = make_picture_URL(
     339  $url_img = make_picture_url(
    340340    array(
    341341      'image_id' => $_GET['image_id'],
     
    349349  foreach ($authorizeds as $category)
    350350  {
    351     $url_img = make_picture_URL(
     351    $url_img = make_picture_url(
    352352      array(
    353353        'image_id' => $_GET['image_id'],
Note: See TracChangeset for help on using the changeset viewer.