*** empty log message ***

git-svn-id: http://piwigo.org/svn/trunk@15 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-05-21 17:46:57 +00:00
parent aac81a8a38
commit df0d5d1905
4 changed files with 132 additions and 9 deletions
+2 -1
View File
@@ -163,7 +163,8 @@ if ( isset( $page['cat'] ) )
if ( is_numeric( $_GET['num'] ) and $_GET['num'] >= 0 )
{
$page['start'] = floor( $_GET['num'] / $page['nb_image_page'] ) * $page['nb_image_page'];
$page['start'] =
floor( $_GET['num'] / $page['nb_image_page'] ) * $page['nb_image_page'];
}
// retrieving category information
$result = get_cat_info( $page['cat'] );