Changes

Jump to navigation Jump to search
m
Line 133: Line 133:  
                   while ($i < $num_rows) {
 
                   while ($i < $num_rows) {
 
                         $obj = $db->fetch_object($resql);
 
                         $obj = $db->fetch_object($resql);
                         print $obj->ref.'<br>;
+
                         print $obj->ref."<br>\n";
 
                         $i++;
 
                         $i++;
 
                   }
 
                   }

Navigation menu