Commit 9ca3b056af33a2087cdb17322e9c178250174775

Authored by Neil Blakey-Milner
1 parent 86f38d7f

Remove missed var_dump


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5869 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/dispatcher.inc.php
@@ -220,7 +220,7 @@ class KTDispatcher { @@ -220,7 +220,7 @@ class KTDispatcher {
220 if ((!array_key_exists($this->event_var, $aQuery)) && (!empty($event))) { 220 if ((!array_key_exists($this->event_var, $aQuery)) && (!empty($event))) {
221 $aQuery[$this->event_var] = urlencode($event); 221 $aQuery[$this->event_var] = urlencode($event);
222 } 222 }
223 - var_dump($aQuery); 223 + //var_dump($aQuery);
224 224
225 if ($asArray) { 225 if ($asArray) {
226 return $aQuery; 226 return $aQuery;