/[health_html]/inc/Smarty.class.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/Smarty.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ravilov, Fri Oct 12 13:13:38 2001 UTC revision 1.4 by ravilov, Tue Oct 30 16:11:28 2001 UTC
# Line 360  class Smarty Line 360  class Smarty
360              include($_compile_file);              include($_compile_file);
361          else {          else {
362              ob_start();              ob_start();
363              include($_compile_file);              @include($_compile_file);
364              $results = ob_get_contents();              $results = ob_get_contents();
365              ob_end_clean();              ob_end_clean();
366          }          }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26