From: Jason Woofenden Date: Fri, 6 Nov 2015 23:29:47 +0000 (-0500) Subject: removed unused code X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=ca5d68a8ee692972133a14fcf8f9ee137be1e59e removed unused code --- diff --git a/admin_images.html b/admin_images.html index 2294f29..9633384 100644 --- a/admin_images.html +++ b/admin_images.html @@ -30,7 +30,7 @@
Here's some symbols you might want to paste in: ©   —   –
-
+
diff --git a/admin_images.php b/admin_images.php index e9d3169..c4647c1 100644 --- a/admin_images.php +++ b/admin_images.php @@ -39,8 +39,6 @@ function admin_images_get_fields() { } else { if(_REQUEST_cut('delete_image') == 'Yes') { $data['image'] = ''; - } else { - $data['image'] = format_image_w_h(_REQUEST_cut('old_image')); } } unset($_FILES['image']);