version 1.90, 2011/12/10 18:10:56
|
version 1.91, 2011/12/26 01:48:10
|
Line 1669 sub functionplotrulecheck {
|
Line 1669 sub functionplotrulecheck {
|
# |
# |
# Evaluate the value |
# Evaluate the value |
# |
# |
if ($value=~/\D/) { |
if (($value=~/\D/) && ($value ne 'undef')) { |
$Apache::functionplotresponse::fpr_xmin=$xmin; |
$Apache::functionplotresponse::fpr_xmin=$xmin; |
$Apache::functionplotresponse::fpr_xmax=$xmax; |
$Apache::functionplotresponse::fpr_xmax=$xmax; |
$value=&Apache::run::run($value,$safeeval); |
$value=&Apache::run::run($value,$safeeval); |