summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc824e9)
raw | patch | inline | side by side (parent: bc824e9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Aug 2008 09:34:36 +0000 (09:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Aug 2008 09:34:36 +0000 (09:34 +0000) |
-Accidentally added reference test.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12230 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12230 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 2adbf492fe11cf12052b9a0f7a71230da8514345..31d5b4bafd80e2c155c2852626394c08e60b80f1 100644 (file)
if (check_command($command)){
@DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
$command, "Execute");
- exec($command,&$arr);
+ exec($command,$arr);
foreach($arr as $str){
@DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
$command, "Result: ".$str);
if (check_command($command)){
@DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,$command, "Execute");
- exec($command,&$arr);
+ exec($command,$arr);
foreach($arr as $str){
@DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
$command, "Result: ".$str);
@DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
$command, "Execute");
- exec($command,&$arr);
+ exec($command,$arr);
foreach($arr as $str){
@DEBUG (DEBUG_SHELL, __LINE__, __FUNCTION__, __FILE__,
$command, "Result: ".$str);