--- projects/cms/source/reports/php/latest/latest.php 2005/03/11 12:23:33 1.47 +++ projects/cms/source/reports/php/latest/latest.php 2005/03/30 19:31:06 1.48 @@ -217,6 +217,9 @@ function showMailQ($mailqRoot, $input) { # Return a preg_match result. function getPregMatch($value, $input) { preg_match("/$value=([^\,\}]*)[\,\}]/", $input, $matches); + if(!isset($matches[1])) { + return; + } return $matches[1]; }