plugins/gallery/upload.php
changeset 44 17cfc3da0dcc
parent 43 7df4993be0b0
child 45 740bbe1f4dd5
equal deleted inserted replaced
43:7df4993be0b0 44:17cfc3da0dcc
   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!