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:
68424dd
)
try it this way
author
robert
<robert>
Fri, 13 May 2005 19:25:49 +0000
(19:25 +0000)
committer
robert
<robert>
Fri, 13 May 2005 19:25:49 +0000
(19:25 +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 1c2306bb56f294f43a3743f1cf381cbc1ea50b8c..74b5b5c4116153fcd34f12813fced0f689ae235e 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', '
return (is_numeric($val)?$val:"U")
;');
+ $walkfunc = create_function('&$val', '
$val = is_numeric($val)?$val:"U"
;');
array_walk($upvals, $walkfunc);
}
else {