#1 2005-01-23 12:30:40

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

[1.4.0RC2] slideshow doesn't work

Bug in "slideshow" feature.

Offline

 

#2 2005-01-30 23:14:56

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

Re: [1.4.0RC2] slideshow doesn't work

Code:

Index: include/page_header.php
===================================================================
RCS file: /cvs/phpwebgallery/phpwebgallery/include/page_header.php,v
retrieving revision 1.12
diff -u -r1.12 page_header.php
--- include/page_header.php     13 Jan 2005 10:18:49 -0000      1.12
+++ include/page_header.php     30 Jan 2005 22:14:34 -0000
@@ -44,7 +44,7 @@
     ));

 // refresh
-if ( isset( $refresh ) and is_int($refresh) and isset( $url_link ) )
+if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) )
 {
   $template->assign_vars(
     array(

Offline

 

Board footer

Powered by FluxBB