From 85b02eb2ca3fcd4f34f3f48635722fb356f24ad4 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Sun, 20 Jul 2008 22:07:30 +0000 Subject: [PATCH] Bug 446160 - [p=reed r=timeless] git-svn-id: svn://10.0.0.236/trunk@253140 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/graph/graph.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/graph/graph.cgi b/mozilla/webtools/graph/graph.cgi index bb8ff20e517..5b40e838e1b 100755 --- a/mozilla/webtools/graph/graph.cgi +++ b/mozilla/webtools/graph/graph.cgi @@ -57,7 +57,7 @@ $TESTNAME = '' unless $TESTNAME =~ m/^[-_\.\w\d]+$/; $UNITS = '' unless $UNITS =~ m/^[\w]+$/; $TBOX = '' unless $TBOX =~ m/^[-_\.\w\d]+$/; $AUTOSCALE = '' unless $AUTOSCALE =~ m/^[01]$/; -$SIZE = '' unless $SIZE =~ m/^\d*\.?\d*/; +$SIZE = '' unless $SIZE =~ m/^\d*\.?\d*$/; $DAYS = '' unless $DAYS =~ m/^\d*$/; $LTYPE = '' unless $LTYPE =~ m/^(?:lines|steps)$/; $POINTS = '' unless $POINTS =~ m/^[01]$/;