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

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

00001 <?php
00021 function smarty_modifier_default($string, $default = '')
00022 {
00023     if (!isset($string) || $string === '')
00024         return $default;
00025     else
00026         return $string;
00027 }
00028 
00029 /* vim: set expandtab: */
00030 
00031 ?>

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