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:
parent
7f3ad035db
commit
8667876f63
3 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue