Ignore:
Timestamp:
Jan 19, 2014, 12:43:49 AM (10 years ago)
Author:
chronos
Message:
  • Opraveno: Namísto číselného id anonyma používat null hodnotu.
Location:
branches/php
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/php

    • Property svn:ignore
      •  

        old new  
        1 
        21config.php
        3 
        42error.log
         3.project
  • branches/php/CustomOutput.php

    r28 r111  
    4545      $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Links'), $this->System->Navigation->MakeLink('Main', 'Links')).'</li>';
    4646      $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Contact'), $this->System->Navigation->MakeLink('Main', 'Contact')).'</li>';
    47     if($this->System->UserOnline->User == $this->System->UserOnline->AnonymousUserId)
     47    if($this->System->UserOnline->User == null)
    4848    {
    4949      $Output .= '</ul>';
Note: See TracChangeset for help on using the changeset viewer.