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

    r1313 r1504  
    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.