511a345 Bug 699815 - (cov#10858) getenv() called twice in viewlog cgi

Authored and Committed by nkinder 13 years ago
    Bug 699815 - (cov#10858) getenv() called twice in viewlog cgi
    
    We call getenv() twice to set qs. We should only call getenv() to
    set qs if the GET method is being used.
    
        
file modified
+1 -1