Changeset 112 for branches/stable


Ignore:
Timestamp:
12/30/04 12:04:34 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Backport printError fix from /trunk r105

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/CommonWeb.pm

    r94 r112  
    8080{
    8181        my $errStr = $_[0];
    82        
    8382        print qq(
    84                 <p>There was an error: $errStr</p>
     83        <center><p class="regular"> $errStr </p>
     84        <input type="button" value="Back" onclick="history.go(-1)">
     85        </center>
    8586        );
    86 
    87         printFooter();
    88         exit(0);
    8987}
    9088
Note: See TracChangeset for help on using the changeset viewer.