Parent Directory | Revision Log | Patch
revision 811 by mlimic, Fri Nov 23 10:05:24 2012 UTC | revision 813 by mlimic, Fri Nov 23 10:07:15 2012 UTC | |
---|---|---|
# | Line 69 class MessageSender { | Line 69 class MessageSender { |
69 | ||
70 | private function enqueueRequest() { | private function enqueueRequest() { |
71 | $msg_str = json_encode($this->ret_array); | $msg_str = json_encode($this->ret_array); |
print '$msg_str:'.$msg_str; | ||
72 | ||
73 | if ($msg_str === false) { | if ($msg_str === false) { |
74 | return $this->KO; | return $this->KO; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |