Changeset 578 for trunk/inc/html.php


Ignore:
Timestamp:
Apr 30, 2009, 7:10:05 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Některé chyby a varování.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/html.php

    r576 r578  
    221221   
    222222    $pocet = mysql_num_rows(mysql_query("SELECT id FROM `articles`".$where."ORDER BY `date` DESC;"));
    223     $offset = ($_GET["offset"] ? $_GET["offset"] : $pocet);
     223    $offset = (isset($_GET["offset"]) ? $_GET["offset"] : $pocet);
    224224
    225225    if($pocet != 0)
Note: See TracChangeset for help on using the changeset viewer.