X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fadmin.php;h=55674ba709e078b750a2af842997e7f820d693b3;hb=d30248bea653c6a0d4f784810dda00b660368941;hp=efeb744b536e19f2a95b78fd0a8e2e6b5db9f788;hpb=254c175a7e331947c69794aa7a0248caa47e32f5;p=brisk.git diff --git a/web/admin.php b/web/admin.php index efeb744..55674ba 100644 --- a/web/admin.php +++ b/web/admin.php @@ -2,7 +2,7 @@ /* * brisk - admin.php * - * Copyright (C) 2011 Matteo Nastasi + * Copyright (C) 2011-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -46,12 +46,9 @@ class ImpPoints function ImpPoints($s) { - // error_log($s, 0); $arr = explode('|', $s); - // error_log("TTOK: ".count($arr), 0); if (count($arr) != 20) { - // error_log("COUNT: ".count($arr)); return FALSE; }