Ignore:
Timestamp:
Apr 12, 2011, 1:36:50 PM (13 years ago)
Author:
cljosse
Message:

[extensions] autosize fix margin theImgage auto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/include/affiche.php

    r8912 r10308  
    77$cl_plugin=isset($cl_plugin)?$cl_plugin:"";
    88$cl_visible=isset($conf['cl_auto']) ? $conf['cl_auto'] : 'true' ;
    9  $DEBUG=isset($_POST['cl_debug']) ? $_POST['cl_debug'] : "false" ;
    10 $DEBUG= isset($conf['cl_debug']) ? $conf['cl_debug'] : $DEBUG ;
     9 $DEBUG=isset($_POST['cl_debug_conflit']) ? $_POST['cl_debug_conflit'] : "false" ;
     10$DEBUG= isset($conf['cl_debug_conflit']) ? $conf['cl_debug_conflit'] : $DEBUG ;
    1111 
    1212 $my_path = AUTOSIZE_PATH_ABS;
Note: See TracChangeset for help on using the changeset viewer.