Changeset 20 for trunk/patSession

Show
Ignore:
Timestamp:
09/25/04 08:34:14 (4 years ago)
Author:
gerd
Message:

corrected error message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/patSession/Storage/Native.php

    r17 r20  
    103103                { 
    104104                        patErrorManager::raiseNotice( 'patSession:' . PATSESSION_ERROR_NOT_ACTIVE, 
    105                                                 'Session is not active - nothing to clear', 
    106                                                 'The session was destroyed before.' 
     105                                                'Session is destroyed - no session id available', 
     106                                                'The session was destroyed before and the session id removed.' 
    107107                                         ); 
    108108                        return null;