fix
This commit is contained in:
parent
ac304dacca
commit
a5a3d77f38
@ -1821,7 +1821,7 @@ class ActivityController
|
|||||||
$onedraw = !isset($_REQUEST['type']) || $_REQUEST['type'] == 0;
|
$onedraw = !isset($_REQUEST['type']) || $_REQUEST['type'] == 0;
|
||||||
$cost_strings = $onedraw ? explode(":", $dr["onecost"]) : explode(":", $dr['tencost']);
|
$cost_strings = $onedraw ? explode(":", $dr["onecost"]) : explode(":", $dr['tencost']);
|
||||||
if (sizeof($cost_strings) > 1) {
|
if (sizeof($cost_strings) > 1) {
|
||||||
$costid = $cost_strings[1];
|
$costid = $cost_strings[0];
|
||||||
$count = $cost_strings[1];
|
$count = $cost_strings[1];
|
||||||
if ($costid == 10003) {
|
if ($costid == 10003) {
|
||||||
$row = $conn->execQueryOne(
|
$row = $conn->execQueryOne(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user