diff options
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ if ($userid) { undef, ($userid, DEFAULT_QUERY_NAME)); } -my %default; +local our %default; # We pass the defaults as a hash of references to arrays. For those # Items which are single-valued, the template should only reference [0] |