summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d6751b)
raw | patch | inline | side by side (parent: 7d6751b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Aug 2008 09:35:43 +0000 (09:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Aug 2008 09:35:43 +0000 (09:35 +0000) |
-Accidentally added reference test.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12231 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12231 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_plugin.inc | patch | blob | history |
index a17378c8775ef3438a36317e288a9fc7820462f8..8c57c441961039ba3c5a21867a7f34a92ba27179 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
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);
@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);