切换已作废的函数名
This commit is contained in:
parent
a97be47fed
commit
60cd3305e1
|
@ -27,8 +27,8 @@
|
|||
$sql.=" and dataorder.onlineappid=".$onlineappid;
|
||||
else if ($offlineappid>0)
|
||||
$sql.=" and dataorder.offlineappid=".$offlineappid;
|
||||
$result = pg_exec($link, $sql);
|
||||
$numrows = pg_numrows($result);
|
||||
$result = pg_query($link, $sql);
|
||||
$numrows = pg_num_rows($result);
|
||||
|
||||
// Loop on rows in the result set.
|
||||
$content='';
|
||||
|
|
Loading…
Reference in New Issue