Skip to content

Commit

Permalink
BUGFIX: Numerical Types not being registered properly in $allfields..…
Browse files Browse the repository at this point in the history
… and not working.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1044 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 24, 2004
1 parent 0b9b2e3 commit c84d5f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/statistics.php
Expand Up @@ -206,6 +206,8 @@
."\t\t\t\t\t<input type='text' $slstyle2 name='$myfield3' value='";
if (isset($_POST[$myfield2])) {echo $_POST[$myfield3];}
echo "'><br />\n";
$allfields[]=$myfield2;
$allfields[]=$myfield3;
break;
case "D": // Date
$myfield2="D$myfield";
Expand Down Expand Up @@ -605,6 +607,8 @@
}
}
}
} else {
echo "<!-- $pv DOES NOT EXIST IN ARRAY -->";
}
}
// 2: Do SQL query
Expand Down

0 comments on commit c84d5f6

Please sign in to comment.