Changeset 12648 for extensions/Back2Front/Back2Front.php
- Timestamp:
- Nov 19, 2011, 6:42:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Back2Front/Back2Front.php
r12364 r12648 228 228 pwg_query("INSERT INTO ".B2F_TABLE." 229 229 VALUES(".$_POST['b2f_front_id'].", ".$_GET['image_id'].", '".$verso_categories."') 230 ON DUPLICATE KEY UPDATE image_id = ".$_POST['b2f_front_id'].", categories = ".$verso_categories.";");230 ON DUPLICATE KEY UPDATE image_id = ".$_POST['b2f_front_id'].", categories = '".$verso_categories."';"); 231 231 232 232 $template->assign(array(
Note: See TracChangeset
for help on using the changeset viewer.