X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=admin%2Fcategorie.pl;h=d804fe6b0f3e6b5c9bfaf254a3009b83b0060f52;hb=04a0d942954d62f228f5ce0be1c01c10c726cbf2;hp=cb3cd7b446f884af80af484dd7b67ad2bdd4b259;hpb=dc9991d9b48665af60038e4a65ee0b0293ab2bf7;p=koha.git diff --git a/admin/categorie.pl b/admin/categorie.pl index cb3cd7b446..d804fe6b0f 100755 --- a/admin/categorie.pl +++ b/admin/categorie.pl @@ -32,11 +32,12 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Context; use C4::Auth;