Show
Ignore:
Timestamp:
05/03/05 11:05:40 (8 years ago)
Author:
fproulx
Message:

2005-05-03 Francois Proulx <francois.proulx@…>

  • Having for SQL query... :-(
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Node.php

    r608 r614  
    464464                if($content_group->getDisplayNumElements() >= 1) 
    465465                { 
    466                                 if($content_group->isDisplayableAt($this)) 
    467                                 { 
     466                        if($content_group->isDisplayableAt($this)) 
     467                        { 
    468468                                                // Disable logging and allow content to expand ( if possible ) 
    469469                                                $content_group->setExpandStatus(true); 
    470470                                                $content_group->setLoggingStatus(false); 
    471471                                                $retval[] = $content_group; 
    472                                 } 
     472                        } 
    473473                } 
    474474            }