aboutsummaryrefslogtreecommitdiffstats
path: root/admin/element_set_global.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-11-15 04:25:12 +0000
committerrvelices <rv-github@modusoptimus.com>2006-11-15 04:25:12 +0000
commit221d839769ae15035397ab691a1bea8567b60ee0 (patch)
tree2a6d84cb52de93ccd95a421a30fcc4fd3885383b /admin/element_set_global.php
parentc8a07e4c0b9d0f36f7fb73ac8af0cff64ff3fdee (diff)
completely replaced get_thumbnail_src it get_thumbnail_url
or get_thumbnail_path git-svn-id: http://piwigo.org/svn/trunk@1609 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/element_set_global.php')
-rw-r--r--admin/element_set_global.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/element_set_global.php b/admin/element_set_global.php
index c6a522106..fc4f7c172 100644
--- a/admin/element_set_global.php
+++ b/admin/element_set_global.php
@@ -122,7 +122,7 @@ DELETE
AND image_id IN ('.implode(',', $dissociables).')
';
pwg_query($query);
-
+
update_category($_POST['dissociate']);
}
@@ -399,9 +399,9 @@ SELECT id,path,tn_ext
$template->assign_block_vars('thumbnails', array());
}
- while ($row = mysql_fetch_array($result))
+ while ($row = mysql_fetch_assoc($result))
{
- $src = get_thumbnail_src($row['path'], @$row['tn_ext']);
+ $src = get_thumbnail_url($row);
$template->assign_block_vars(
'thumbnails.thumbnail',