| View previous topic :: View next topic |
| Author |
Message |
robertos
Joined: 17 Mar 2007 Posts: 32
|
|
| Back to top |
|
 |
Demoder
Joined: 27 Aug 2008 Posts: 3
|
Posted: Wed Aug 27, 2008 7:05 am Post subject: |
|
|
It looks like this at the end:
| Code: | default:
PEAR::raiseError("Unhandled event '{$event}'");
} // switch
|
Try to make it look like this:
| Code: |
case "connect":
break;
default:
PEAR::raiseError("Unhandled event '{$event}'");
} // switch
|
This change will make it not freak out about the "connect" state. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|