~ubuntu-branches/ubuntu/gutsy/smarty/gutsy-security

« back to all changes in this revision

Viewing changes to libs/plugins/function.assign_debug_info.php

  • Committer: Bazaar Package Importer
  • Author(s): Dimitri Fontaine
  • Date: 2005-03-29 11:53:20 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050329115320-g3rvndgnn75ogm35
Tags: 2.6.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        ksort($config_vars);
25
25
        $smarty->assign("_debug_config_keys", array_keys($config_vars));
26
26
        $smarty->assign("_debug_config_vals", array_values($config_vars));
27
 
    }   
 
27
    }
28
28
    
29
29
    $included_templates = $smarty->_smarty_debug_info;
30
30