Ignore:
Timestamp:
Dec 9, 2010, 3:10:07 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix warning on jquery


File:
1 edited

Legend:

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

    r7962 r8057  
    99$cl_version=isset($cl_version)?$cl_version:"";
    1010$cl_plugin=isset($cl_plugin)?$cl_plugin:"";
     11$cl_visible=isset($conf['cl_auto']) ? $conf['cl_auto'] : 'true' ;
     12 $DEBUG=isset($_POST['cl_debug']) ? $_POST['cl_debug'] : "false" ;
     13$DEBUG= isset($conf['cl_debug']) ? $conf['cl_debug'] : $DEBUG ;
     14 
    1115
    1216$theme=$user['theme'];
    1317$user_status = $user['status'] ;
    14 
     18                   $template->assign( array(
     19                                                                                        )
     20                                                                        );             
    1521        $template->assign(
    1622                                        array(
     23                                        'DEBUG' =>  $DEBUG   ,
     24                                        'cl_visible' =>  $cl_visible,
    1725                                        'cl_version' => $cl_version,
    1826                                        'cl_plugin' => $cl_plugin,
Note: See TracChangeset for help on using the changeset viewer.