• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/plugins/modifier.nl2br.php

00001 <?php
00028 function smarty_modifier_nl2br($string)
00029 {
00030     return nl2br($string);
00031 }
00032 
00033 /* vim: set expandtab: */
00034 
00035 ?>

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2