Changeset 203 for branches/1.1dev/lib


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.

Location:
branches/1.1dev/lib
Files:
2 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
  • branches/1.1dev/lib/Upload.inc.php

    r105 r203  
    105105        'mpeg'    => 'video/mpeg',
    106106        'mpg'     => 'video/mpeg',
     107        'mp4'     => 'video/mp4',
    107108        'mpga'    => 'audio/mpeg',
    108109        'ms'      => 'application/x-troff-ms',
Note: See TracChangeset for help on using the changeset viewer.