adding flagrequired
authortoins <toins>
Fri, 8 Jun 2007 15:34:54 +0000 (15:34 +0000)
committertoins <toins>
Fri, 8 Jun 2007 15:34:54 +0000 (15:34 +0000)
catalogue/ISBDdetail.pl

index 1fef5df..72f6b5e 100755 (executable)
@@ -96,7 +96,8 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         template_name => "catalogue/ISBDdetail.tmpl",
         query         => $query,
         type          => "intranet",
-        debug         => 1,
+       authnotrequired => 0,
+       flagsrequired   => { catalogue => 1 },
     }
 );