remove debug
This commit is contained in:
parent
63db00486d
commit
92c6a616a4
@ -31,7 +31,6 @@ if ($action == 'update' && is_array($arrayofparameters)) {
|
|||||||
$db->begin();
|
$db->begin();
|
||||||
|
|
||||||
foreach ($arrayofparameters as $key => $val) {
|
foreach ($arrayofparameters as $key => $val) {
|
||||||
var_dump($key);
|
|
||||||
// Modify constant only if key was posted (avoid resetting key to the null value)
|
// Modify constant only if key was posted (avoid resetting key to the null value)
|
||||||
if (GETPOSTISSET($key)) {
|
if (GETPOSTISSET($key)) {
|
||||||
if (preg_match('/category:/', $val['type'])) {
|
if (preg_match('/category:/', $val['type'])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user