Ignore:
Timestamp:
Jul 27, 2009, 12:01:10 PM (15 years ago)
Author:
grum
Message:

Update AMM 2.1.1 - bug resolved + improvement
See main.inc.php file for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_aip.class.inc.php

    r3681 r3690  
    467467  protected function action_randompic_modify_config()
    468468  {
     469    $this->my_config['amm_randompicture_height']=$_POST['famm_randompicture_height'];
    469470    $this->my_config['amm_randompicture_periodicchange']=$_POST['famm_randompicture_periodicchange'];
    470471    $this->my_config['amm_randompicture_showname']=$_POST['famm_randompicture_showname'];
     
    529530      'showcomment_selected' => $this->my_config['amm_randompicture_showcomment'],
    530531      'periodic_change' => $this->my_config['amm_randompicture_periodicchange'],
     532      'height' => $this->my_config['amm_randompicture_height'],
    531533      'lang_selected' => $user['language'],
    532534      'fromlang' => substr($user['language'],0,2)
Note: See TracChangeset for help on using the changeset viewer.