Code

Removed echo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Jan 2008 14:40:59 +0000 (14:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Jan 2008 14:40:59 +0000 (14:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8672 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/gotomasses/class_goto_task.inc

index 42b29815a5657066beecff824d77063116166f1e..e6f0eb2bea4d6e9f5c7a0939a8d0ed483800d4d6 100644 (file)
@@ -108,8 +108,6 @@ class goto_task extends plugin
     foreach(array("time_year","time_month","time_day","time_hour","time_minute","time_second") as $attr){
       if(isset($_POST[$attr])){
         $date .= $_POST[$attr];
-      }else{
-        echo $attr;
       }
     }
     if(strlen($date) == 14){