mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Deprecated function cleanup
This commit is contained in:
@@ -88,7 +88,7 @@ function do_export($filename, $type_list='',$format_array, $sep = ',', $quot = '
|
||||
$export_text = '';
|
||||
$qry = "SELECT * FROM `#banlist` ";
|
||||
if ($type_list != '') $qry .= " WHERE`banlist_bantype` IN ({$type_list})";
|
||||
if (!$sql->db_Select_gen($qry)) return 'No data: '.$qry;
|
||||
if (!$sql->gen($qry)) return 'No data: '.$qry;
|
||||
while ($row = $sql->db_Fetch())
|
||||
{
|
||||
$line = '';
|
||||
|
Reference in New Issue
Block a user