Changeset 2583 for branches/php4

Show
Ignore:
Timestamp:
01/10/08 12:50:10 (3 months ago)
Author:
francesco
Message:

"Fixed defect (ticket #454)"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/php4/classes/layout.php

    r2467 r2583  
    18101810                        } 
    18111811                } 
    1812                 $static = (!$this->global && ($this->id_type=="1" || $this->id_type=="2" || $this->id_type=="3" || $this->id_type=="4" || $this->id_type=="16"))? "1" : "0"; 
     1812                $static = (!$this->global && ($this->id_type=="1" || $this->id_type=="2" || $this->id_type=="3" || $this->id_type=="4" || $this->id_type=="10" || $this->id_type=="16" || $this->id_type=="17"))? "1" : "0"; 
    18131813                $img_sizes = $this->conf->Get("img_sizes"); 
    18141814                $publish = array('id_type'=>$id_type,'type'=>$type,'subtype'=>$this->subtype,