|
From: Jon O. <jon...@us...> - 2006-08-30 19:18:45
|
Update of /cvsroot/mxbb/mx_errordocs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21761/modules/mx_errordocs Modified Files: db_install.php db_uninstall.php errordocs.php Log Message: Cosmetics... Index: errordocs.php =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/errordocs.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** errordocs.php 17 Jun 2006 20:46:53 -0000 1.7 --- errordocs.php 30 Aug 2006 19:18:40 -0000 1.8 *************** *** 131,134 **** --- 131,135 ---- 'L_TITLE' => $errdoc->title) ); + $template->pparse('body'); *************** *** 141,143 **** } ! ?> --- 142,144 ---- } ! ?> \ No newline at end of file Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/db_install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_install.php 2 May 2006 23:26:34 -0000 1.5 --- db_install.php 30 Aug 2006 19:18:40 -0000 1.6 *************** *** 85,87 **** echo '</table> <br />'; ! ?> --- 85,87 ---- echo '</table> <br />'; ! ?> \ No newline at end of file Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/db_uninstall.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_uninstall.php 2 May 2006 23:26:34 -0000 1.5 --- db_uninstall.php 30 Aug 2006 19:18:40 -0000 1.6 *************** *** 55,57 **** echo "</table><br />"; ! ?> --- 55,57 ---- echo "</table><br />"; ! ?> \ No newline at end of file |