diff options
author | gerv%gerv.net <> | 2002-04-24 14:24:43 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-24 14:24:43 +0000 |
commit | 05d101e58b400b1a52adcc86515b5442b85cd2f5 (patch) | |
tree | ded36788873d147ce2a62bd76239e0e99974c621 /quips.cgi | |
parent | c29a6dcb565731ef6757a625b7374e7ff46d417c (diff) | |
download | bugs-05d101e58b400b1a52adcc86515b5442b85cd2f5.tar bugs-05d101e58b400b1a52adcc86515b5442b85cd2f5.tar.gz bugs-05d101e58b400b1a52adcc86515b5442b85cd2f5.tar.bz2 bugs-05d101e58b400b1a52adcc86515b5442b85cd2f5.tar.xz bugs-05d101e58b400b1a52adcc86515b5442b85cd2f5.zip |
Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke.
Diffstat (limited to 'quips.cgi')
-rwxr-xr-x | quips.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -70,6 +70,5 @@ if ($action eq "add") { } print "Content-type: text/html\n\n"; -$template->process("info/quips.tmpl", $vars) - || DisplayError("Template process failed: " . $template->error()) - && exit; +$template->process("list/quips.html.tmpl", $vars) + || ThrowTemplateError($template->error()); |