Changeset 7964


Ignore:
Timestamp:
Dec 1, 2010, 1:23:35 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug in autosize.inc


Location:
extensions/Autosize
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/autosize.inc.php

    r7963 r7964  
    4848                                $debug = isset($conf['debug']) ? $conf['debug'] : false ;
    4949                                $cl_visible=isset($conf['cl_auto']) ? $conf['cl_auto'] : 'true' ;
    50                                 $cl_conlit=isset($conf['cl_conlit']) ? $conf['cl_conlit'] : 'true' ;
    5150                               
    5251                                if($autosize_parametres->check_icon_v == 'on'){
     
    203202                $template->assign(
    204203                                                array(
    205                                                 'cl_conflit_parametres' => $autosize_parametres ,
     204                                                'autosize_parametres' => $autosize_parametres ,
    206205                                                'cl_plugins' => $cl_plugin ,
    207206                                                'cl_version' => $cl_plugin['version'] ,
  • extensions/Autosize/js/Affiche_script.js

    r7962 r7964  
    8181
    8282             //======= cl_conflit ======
    83              if (DEBUG == "false") {
    84 
    85              }
    86 
    8783             img_top = "0";
    8884             rapport = -1;
Note: See TracChangeset for help on using the changeset viewer.