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