$timestamp_seen
This commit is contained in:
@@ -11,8 +11,8 @@ $Source$
|
|||||||
|
|
||||||
2003-12-11 Garvin Hicking <me@supergarv.de>
|
2003-12-11 Garvin Hicking <me@supergarv.de>
|
||||||
* header_printview.inc.php: RFE #856503, show number of rows in printview
|
* header_printview.inc.php: RFE #856503, show number of rows in printview
|
||||||
* tbl_replace.php, tbl_replace_fields.php: Fixed #857445, #857684
|
* tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
|
||||||
where non-existant fields caused PHP notices.
|
#857684 where non-existant fields caused PHP notices.
|
||||||
* db_details.php: Removed unneccessary whitespace
|
* db_details.php: Removed unneccessary whitespace
|
||||||
* sql.php: Bug #857742: When dropping the only remaining database, an
|
* sql.php: Bug #857742: When dropping the only remaining database, an
|
||||||
error occured. Fixed by checking if databases remein (as suggested
|
error occured. Fixed by checking if databases remein (as suggested
|
||||||
|
@@ -235,7 +235,7 @@ foreach($loop_array AS $vrowcount => $vrow) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// garvin: For looping on multiple rows, we need to reset any variable used inside the loop to indicate sth.
|
// garvin: For looping on multiple rows, we need to reset any variable used inside the loop to indicate sth.
|
||||||
unset($timestamp_seen);
|
$timestamp_seen = 0;
|
||||||
unset($first_timestamp);
|
unset($first_timestamp);
|
||||||
|
|
||||||
// Sets a multiplier used for input-field counts (as zero cannot be used, advance the counter plus one)
|
// Sets a multiplier used for input-field counts (as zero cannot be used, advance the counter plus one)
|
||||||
|
Reference in New Issue
Block a user