Changeset 1504 for branches/branch-1_6/admin/picture_modify.php
- Timestamp:
- Jul 26, 2006, 11:04:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/admin/picture_modify.php
r1313 r1504 337 337 and in_array($_GET['cat_id'], $authorizeds)) 338 338 { 339 $url_img = make_picture_ URL(339 $url_img = make_picture_url( 340 340 array( 341 341 'image_id' => $_GET['image_id'], … … 349 349 foreach ($authorizeds as $category) 350 350 { 351 $url_img = make_picture_ URL(351 $url_img = make_picture_url( 352 352 array( 353 353 'image_id' => $_GET['image_id'],
Note: See TracChangeset
for help on using the changeset viewer.