update ini
This commit is contained in:
@@ -1712,7 +1712,7 @@ function getMoneyPara()
|
|||||||
|
|
||||||
function getMoneyPara_forPpsReport()
|
function getMoneyPara_forPpsReport()
|
||||||
{
|
{
|
||||||
global $omc_db;
|
global $omc_db,$pubConn;
|
||||||
$getSql = " SELECT pubVarValue FROM omcPubVarConf WHERE pubVarName='currency_decimal'";
|
$getSql = " SELECT pubVarValue FROM omcPubVarConf WHERE pubVarName='currency_decimal'";
|
||||||
$getRes = @mysqli_query($pubConn, $getSql);
|
$getRes = @mysqli_query($pubConn, $getSql);
|
||||||
$getRow = @mysqli_fetch_array($getRes);
|
$getRow = @mysqli_fetch_array($getRes);
|
||||||
|
|||||||
Reference in New Issue
Block a user