From 064713456facb85a5cc3a351292ac2b88f4555dd Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 9 Mar 2006 18:37:47 +0000 Subject: [PATCH] added NOT_FOUND to constants git-svn-id: svn://svn.open-ils.org/ILS/trunk@3297 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index dcb6f9566f..783a7fd4a9 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Apache2 (); use Apache2::Log; -use Apache2::Const -compile => qw(OK REDIRECT DECLINED :log); +use Apache2::Const -compile => qw(OK REDIRECT DECLINED NOT_FOUND :log); use APR::Const -compile => qw(:error SUCCESS); use Apache2::RequestRec (); use Apache2::RequestIO (); -- 2.43.2