equal
deleted
inserted
replaced
221 // FIXME handle unsupported files... maybe? |
221 // FIXME handle unsupported files... maybe? |
222 } |
222 } |
223 } |
223 } |
224 $idlist = implode(',', $idlist); |
224 $idlist = implode(',', $idlist); |
225 echo '<div class="idlist">[' . $idlist . ']</div>'; |
225 echo '<div class="idlist">[' . $idlist . ']</div>'; |
226 echo 'Images uploaded successfully. Please <a href="' . makeUrlNS('Special', 'GalleryUpload', "edit_img=$idlist") . '">click here to continue</a>.'; |
226 echo '<noscript>Images uploaded successfully. Please <a href="' . makeUrlNS('Special', 'GalleryUpload', "edit_img=$idlist") . '">click here to continue</a>.</noscript>'; |
227 //snapr_editform($idlist); |
227 //snapr_editform($idlist); |
228 return; |
228 return; |
229 } |
229 } |
230 |
230 |
231 // Oh yes, the image uploader! |
231 // Oh yes, the image uploader! |