mysqli fixes

git-svn-id: svn://192.168.202.10@2067 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2014-02-07 07:35:59 +00:00
parent 2668f1453c
commit ec9c0e868b
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -581,7 +581,7 @@ if ( (!$OK_to_process) or ( ($leadfile) and ($file_layout!="standard" && $file_l
$count=0;
while ( $num_rows > $count )
{
$row = mysql_fetch_row($rslt);
$row = mysqli_fetch_row($rslt);
echo "\t\t\t<option value='$row[0]'>$row[0] - $row[1]</option>\n";
$count++;
}