[Scummvm-cvs-logs] CVS: web screenshots.php,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Mon Oct 13 11:43:01 CEST 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv7801

Modified Files:
	screenshots.php 
Log Message:
fix for bug #822944: Broken "Screenshots" link on web site

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- screenshots.php	12 Oct 2003 23:50:36 -0000	1.5
+++ screenshots.php	13 Oct 2003 18:41:57 -0000	1.6
@@ -25,7 +25,7 @@
 
 
 // if in single view
-if ($view)
+if ($view != "")
 {
 	if (!is_numeric($view))
 	{





More information about the Scummvm-git-logs mailing list