[Openfirst-cvscommit] photogallery viewphoto.php,1.7,1.8
Brought to you by:
xtimg
From: <xt...@us...> - 2003-08-22 21:20:17
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1:/tmp/cvs-serv12477 Modified Files: viewphoto.php Log Message: Fix missing ) errors Index: viewphoto.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/viewphoto.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** viewphoto.php 22 Aug 2003 15:49:12 -0000 1.7 --- viewphoto.php 22 Aug 2003 16:27:47 -0000 1.8 *************** *** 170,175 **** ?></td> <td width="67%"> ! <?php if(function_exists("slur_block") { $comment = slur_block($comment->Comment); } ! if(function_exists("emoticon_translate") { $comment = emoticon_translate($comment->Comment); } echo ($comment->Comment); ?> </td> --- 170,175 ---- ?></td> <td width="67%"> ! <?php if(function_exists("slur_block")) { $comment = slur_block($comment->Comment); } ! if(function_exists("emoticon_translate")) { $comment = emoticon_translate($comment->Comment); } echo ($comment->Comment); ?> </td> |