#325 Remove var_dump

merge-requests/2/head
Mike Koch 9 years ago
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…
Cancel
Save