apps/dvr_old/php/tag.php

Go to the documentation of this file.
00001 
00002 <?php
00003 
00004     function formClosedTag ($val, $tag, $dlm)
00005     {
00006         $val = "<".$tag.">".$dlm.$val."</".$tag.">";
00007         return $val;
00008     }
00009 
00010     function error ($str, $tag) 
00011     {
00012         $str = formClosedTag ($str, "error", "") . "\n";
00013         return formClosedTag ($str, $tag, "\n");
00014     }
00015 
00016 ?>

Generated on Fri Nov 28 00:06:21 2008 for elphel by  doxygen 1.5.1