Changeset 10308 for extensions/Autosize/include
- Timestamp:
- Apr 12, 2011, 1:36:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/include/affiche.php
r8912 r10308 7 7 $cl_plugin=isset($cl_plugin)?$cl_plugin:""; 8 8 $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 ; 11 11 12 12 $my_path = AUTOSIZE_PATH_ABS;
Note: See TracChangeset
for help on using the changeset viewer.