diff options
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php index ec7dfac..221bea8 100644 --- a/functions.php +++ b/functions.php @@ -26,8 +26,8 @@ function myisset() foreach($args as $arg) { $ok = $ok * isset($_REQUEST[$arg]); - /* echo "$arg: ok = $ok <br />"; - */ + /*echo "$arg: ok = $ok <br />"; + */ } return $ok; } |