Ignore:
Timestamp:
Jan 18, 2011, 1:17:27 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility whith simple


File:
1 edited

Legend:

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

    r8627 r8729  
    316316 }
    317317
    318 
     318 function auto_memo_var($variables)
     319{
     320  ob_start();
     321  echo '<pre>';
     322  print_r($variables);
     323  echo '</pre>';
     324  $m= ob_get_contents();
     325  ob_end_clean();
     326  return $m;           
     327}
     328   
    319329
    320330?>
Note: See TracChangeset for help on using the changeset viewer.