Changeset 105


Ignore:
Timestamp:
12/22/04 14:21:44 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Updated printError function so that it does NOT exit, to allow
the caller to clean up anything else necessary after calling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/CommonWeb.pm

    r95 r105  
    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.