mysqli fixes
git-svn-id: svn://192.168.202.10@2067 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user