projects
/
php-utility-classes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1efa5ce
)
that function takes two arguments per spec
author
robert
<robert>
Fri, 13 May 2005 19:29:11 +0000
(19:29 +0000)
committer
robert
<robert>
Fri, 13 May 2005 19:29:11 +0000
(19:29 +0000)
include/classes/rrdstat.php-class
patch
|
blob
|
blame
|
history
diff --git
a/include/classes/rrdstat.php-class
b/include/classes/rrdstat.php-class
index 74b5b5c4116153fcd34f12813fced0f689ae235e..6eed1bf259c75360e3aab44cac1ed2cfc3a78df0 100644
(file)
--- a/
include/classes/rrdstat.php-class
+++ b/
include/classes/rrdstat.php-class
@@
-157,7
+157,7
@@
class rrdstat {
$upvals = explode("\n", ob_get_contents());
ob_end_clean();
}
- $walkfunc = create_function('&$val', '$val = is_numeric($val)?$val:"U";');
+ $walkfunc = create_function('&$val
,$key
', '$val = is_numeric($val)?$val:"U";');
array_walk($upvals, $walkfunc);
}
else {