Ignore:
Timestamp:
Mar 11, 2010, 8:58:58 AM (14 years ago)
Author:
george
Message:
  • Opraveno: Nenačítat uživatele pokud nejsou aktivní session.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/user.php

    r376 r377  
    1818  function __construct()
    1919  {
    20     $this->Restore();   
     20    if(isset($_SESSION)) $this->Restore();   
    2121  }
    2222 
    2323  function __destroy()
    2424  {
    25     $this->Store();
     25    if(isset($_SESSION)) $this->Store();
    2626  }
    2727 
Note: See TracChangeset for help on using the changeset viewer.