Internationalize error messages in SQL.pm

Add POD to 5 macros
This commit is contained in:
Colin Kuskie 2005-12-20 19:26:25 +00:00
parent d430f570f4
commit 4adafce696
6 changed files with 86 additions and 3 deletions

View file

@ -24,6 +24,17 @@ A one line SQL report. Sometimes you just need to pull something back from the d
|,
lastUpdated => 1112466919,
},
'illegal query' => {
message => q|Cannot execute this type of query.|,
lastUpdated => 1135105884,
},
'sql error' => {
message => q|<p><b>SQL Macro Failed:</b>%s<p>|,
lastUpdated => 1135105919,
},
};
1;