Merged part 2 of patch #458014: multi-column editing

This commit is contained in:
Loïc Chapeaux
2001-09-06 22:12:09 +00:00
parent ebb0edbc48
commit bbef63ff34
6 changed files with 220 additions and 62 deletions

View File

@@ -51,8 +51,8 @@ if (!$is_backup) {
<?php
for ($i = 0 ; $i < $num_fields; $i++) {
if (isset($result)) {
$row = mysql_fetch_array($result);
if (isset($fields_meta)) {
$row = $fields_meta[$i];
}
$bgcolor = ($i % 2) ? $cfgBgcolorOne : $cfgBgcolorTwo;
?>