From: Matteo Nastasi Date: Sun, 5 Aug 2012 05:36:19 +0000 (+0200) Subject: typo fixed X-Git-Tag: v4.0.0~52 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=64168bc6e7d5cfe46ac0120bb7b449b5d5f37c1b;p=brisk.git typo fixed --- diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 746f7ec..bc0ea87 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -346,7 +346,6 @@ class Sac_a_push { else { if (($buf = fread($sock, 512)) === FALSE) { printf("error read\n"); - exit(123); } else if (strlen($buf) === 0) { if ($sock === $this->list) { @@ -371,7 +370,7 @@ class Sac_a_push { } } else { - if ($debug > 1) { + if ($this->debug > 1) { print_r($read); } if ($sock === $this->list) {