bug-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnatsweb/422: scriptname/1 problem, $field as first arg of fieldinfo


From: lawrence
Subject: gnatsweb/422: scriptname/1 problem, $field as first arg of fieldinfo
Date: Thu, 03 Oct 2002 11:09:33 -0400

>Number:         422
>Category:       gnatsweb
>Synopsis:       scriptname/1 problem,  $field as first arg of fieldinfo
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 03 11:09:33 -0400 2002
>Originator:     Lawrence Mulholland
>Release:        1.99
>Organization:
NAG Ltd
>Environment:
Web Server: i386, WindowsNT
browser: Netscape7
gnats server: Sun Solaris 2.6
Perl: ActivePerl
>Description:
1. In gnatsweb.pl, had to do the following or netscape7
   complained that gnatsweb.pl/1 didn't exist
604c604
<       $args{-action} = $q->script_name . "/$s";
---
>       $args{-action} = $q->script_name;

2. In gnatsweb.pl, had to change first arg of fieldinfo
   from $field to $ucfield, otherwise the hash element
   was coming back as undefined

3. 220 No PRs Matching
   I can get gnatsweb to submit a new PR, but every query
   I try returns a 220
>How-To-Repeat:

>Fix:
Unknown
>Unformatted:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]