$timestamp_seen
This commit is contained in:
@@ -11,8 +11,8 @@ $Source$
|
||||
|
||||
2003-12-11 Garvin Hicking <me@supergarv.de>
|
||||
* header_printview.inc.php: RFE #856503, show number of rows in printview
|
||||
* tbl_replace.php, tbl_replace_fields.php: Fixed #857445, #857684
|
||||
where non-existant fields caused PHP notices.
|
||||
* tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
|
||||
#857684 where non-existant fields caused PHP notices.
|
||||
* db_details.php: Removed unneccessary whitespace
|
||||
* sql.php: Bug #857742: When dropping the only remaining database, an
|
||||
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.
|
||||
unset($timestamp_seen);
|
||||
$timestamp_seen = 0;
|
||||
unset($first_timestamp);
|
||||
|
||||
// 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