X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_images.php;fp=admin_images.php;h=7e64aaeec5c036e2c591626954e428c5594737a6;hb=57417f3794a09eaa80366656496f526c7d92e973;hp=eebe9ba26bd6a271b6719244ba6c90cabfc6b3af;hpb=c7671fecb940a35a72483dcd2eb40fa8ebce3a8b;p=wfpl-cms.git diff --git a/admin_images.php b/admin_images.php index eebe9ba..7e64aae 100644 --- a/admin_images.php +++ b/admin_images.php @@ -236,12 +236,12 @@ function admin_images_main_form($id = false) { $saved_id = $id; } else { db_insert_assoc('cms_images', $data); - message('Image saved.'); + message('Image saved. Next time you open a page editor, this image will be availble in the "Insert Image" dialog.'); $saved_id = db_auto_id(); } # return user to display page where they can see instructions, etc - return "./admin_images?id=$saved_id"; + return "./admin_images"; } elseif($id) { # we've recieved an edit id, but no data. So we grab the values to be edited from the database