summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-12 16:00:56 +0000
committerarun <arun>2007-01-12 16:00:56 +0000
commit594f6737e0206bf80b636afa828cc80c21a0945d (patch)
treed28eb49128936fb4a5c881821c46f84f5114630c /functions.php
parent1609d836dc4157e318707b6a5a859f42b527b0cf (diff)
downloade-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.gz
e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.bz2
e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.zip
some small bugfixes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
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;
}