X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=gwvpmini%2Fgwvpmini_web.php;h=97afbaad0776d2c22ccd44010f29268fabbe6087;hp=eb1a7c5fa7860f1a9abfec45029ed56988f418a6;hb=1b92a34cf5410903805474d427466ca4063f8b6c;hpb=6c1b92d76da061444557f79b494f0e4a3c5258c0 diff --git a/gwvpmini/gwvpmini_web.php b/gwvpmini/gwvpmini_web.php index eb1a7c5..97afbaa 100644 --- a/gwvpmini/gwvpmini_web.php +++ b/gwvpmini/gwvpmini_web.php @@ -26,7 +26,7 @@ function gwvpmini_goWeb() // this is important for our plugin structure later on - the key on the array serves an an ordering method ksort($CALL_ME_FUNCTIONS); foreach($CALL_ME_FUNCTIONS as $key => $val) { - error_log("checking callmefunction $key as $val"); + //error_log("checking callmefunction $key as $val"); $callme = $val(); if($callme !== false) { $callme();