|
From: Benjamin C. <bc...@us...> - 2004-08-23 13:07:31
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14544/templates/default Modified Files: Tag: htmltemplates index.html Log Message: Fixes bug #1000254 - Image not showing. Index: index.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v retrieving revision 1.12.6.1 retrieving revision 1.12.6.2 diff -u -r1.12.6.1 -r1.12.6.2 --- index.html 30 Aug 2003 22:00:32 -0000 1.12.6.1 +++ index.html 23 Aug 2004 13:07:15 -0000 1.12.6.2 @@ -38,7 +38,7 @@ if (!is_writeable('jpgimages')) { echo translate("The image path is not writeable"); } else { - build_image($restricted_projects); + echo build_image($restricted_projects); } } else { ?> <b><?php echo translate("Quick Stats"); ?></b> |