summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6292399)
raw | patch | inline | side by side (parent: 6292399)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 14:40:59 +0000 (14:40 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/addons/gotomasses/class_goto_task.inc b/gosa-core/plugins/addons/gotomasses/class_goto_task.inc
index 42b29815a5657066beecff824d77063116166f1e..e6f0eb2bea4d6e9f5c7a0939a8d0ed483800d4d6 100644 (file)
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){