#325 Remove var_dump
This commit is contained in:
parent
b33d62aa26
commit
7647b4d559
@ -559,7 +559,6 @@ function buildEditModal($statusId)
|
|||||||
WHERE `status_id` = " . intval($statusId));
|
WHERE `status_id` = " . intval($statusId));
|
||||||
$textArray = array();
|
$textArray = array();
|
||||||
while ($row = hesk_dbFetchAssoc($textRs)) {
|
while ($row = hesk_dbFetchAssoc($textRs)) {
|
||||||
var_dump($row['text']);
|
|
||||||
$textArray[$row['language']] = $row['text'];
|
$textArray[$row['language']] = $row['text'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user