Ignore:
Timestamp:
Jan 30, 2013, 10:34:18 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Použití NULL hodnoty při práci s tabulkou Log a slovníkem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/user.php

    r495 r499  
    8484  function SetAnonymous()
    8585  {
    86     $this->Id = 0;
     86    $this->Id = NULL;
    8787    $this->Name = 'anonymous';
    8888    $this->Role = LICENCE_ANONYMOUS;
    89     $this->Language = 1;
     89    $this->Language = NULL;
    9090    $this->Redirecting = 1;
    91     $this->Team = 0;
     91    $this->Team = '';
    9292    $this->Email = '';
    9393  }
Note: See TracChangeset for help on using the changeset viewer.