Ignore:
Timestamp:
Jan 31, 2011, 10:37:30 AM (13 years ago)
Author:
grum
Message:

release 3.0.0
fix bug on random picture display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_ajax.php

    r8962 r9002  
    472472      $this->config['amm_randompicture_showcomment']=$config['infosComment'];
    473473      $this->config['amm_randompicture_periodicchange']=$config['freqDelay'];
    474       $this->config['amm_randompicture_height']=$config['blockHeight'];
     474      $this->config['amm_randompicture_height']=($config['blockHeight']==99)?0:$config['blockHeight'];
    475475      $this->config['amm_randompicture_title']=array();
    476476      foreach($config['blockTitles'] as $title)
Note: See TracChangeset for help on using the changeset viewer.