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
  • trunk/lib/Auth_SQL.inc.php

    r201 r203  
    597597        if (!$this->isLoggedIn()) {
    598598            // Display message for requiring login. (RaiseMsg will ignore empty strings.)
    599             $app->raiseMsg($message, $type, $file, $line);
     599            if ('' != $message) {
     600                $app->raiseMsg($message, $type, $file, $line);
     601            }
    600602
    601603            // Login scripts must have the same 'login' tag for boomerangURL verification/manipulation.
Note: See TracChangeset for help on using the changeset viewer.