Fix an i18n typo in the SQL Report, and also make sure that a query is not pure whitespace. Fixes bug #11348.

This commit is contained in:
Colin Kuskie 2010-01-14 08:30:17 -08:00
parent 7f3ad035db
commit 8667876f63
3 changed files with 8 additions and 3 deletions

View file

@ -74,6 +74,10 @@ while the second question mark will contain the form variable "field1".</p>
message => q|<b>Debug:</b> Query:|,
lastUpdated => 1031514049
},
'No query specified for query' => {
message => q|No query specified for query %s|,
lastUpdated => 1263483624,
},
'debug placeholder parameters' => {
message => q|<b>Debug:</b> Processed Placeholder parameters:|,
lastUpdated => 1031514049