Ignore:
Timestamp:
Jul 25, 2006 10:03:23 PM (18 years ago)
Author:
scdev
Message:

Q - minor bugfixes in boomerang func, upload error logging, raiseMsg logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/App.inc.php

    r181 r203  
    5757        'line'    => $line
    5858    );
    59    
    60     switch ($type) {
    61         case MSG_NOTICE :
    62             break;
    63         case MSG_SUCCESS :
    64             break;
    65         case MSG_WARNING :
    66             break;
    67         case MSG_ERROR :
    68         case MSG_ERR :
    69         default :
    70             break;
    71     }
    7259}
    7360
Note: See TracChangeset for help on using the changeset viewer.