Code

Allow reset of application image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 09:22:17 +0000 (09:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 09:22:17 +0000 (09:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8810 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc

index a49b70a678ed5778003347b5bb7480f27df492f2..8c64e8dc54f9012376fa14b59ca4b9fae4fa255e 100644 (file)
@@ -536,6 +536,10 @@ class appgroup2 extends plugin
       }
     }
 
+    if(isset($_POST['edit_reset_image'])){
+      $this->edit_entry['ICON'] = "";
+    }
+
     if(isset($_POST['app_entry_cancel'])){
       $this->edit_entry = array();
       $this->dialog = FALSE;