Home  |  Linux  | Mysql  | PHP  | XML
From:Mirco 'meebey' Bauer Date:Sat Jul 26 06:50:45 2003
Subject:cvs: pearbot /modules pearcmds.php
meebey		Sat Jul 26 08:50:45 2003 EDT

  Modified files:              
    /pearbot/modules	pearcmds.php 
  Log:
  - fixed the explode().
  
  
Index: pearbot/modules/pearcmds.php
diff -u pearbot/modules/pearcmds.php:1.5 pearbot/modules/pearcmds.php:1.6
--- pearbot/modules/pearcmds.php:1.5	Sat Jul 26 08:45:35 2003
+++ pearbot/modules/pearcmds.php	Sat Jul 26 08:50:45 2003
@@ -1,9 +1,9 @@
 <?php
 /**
- * $Id: pearcmds.php,v 1.5 2003/07/26 12:45:35 meebey Exp $
- * $Revision: 1.5 $
+ * $Id: pearcmds.php,v 1.6 2003/07/26 12:50:45 meebey Exp $
+ * $Revision: 1.6 $
  * $Author: meebey $
- * $Date: 2003/07/26 12:45:35 $
+ * $Date: 2003/07/26 12:50:45 $
  *
  * Copyright (c) 2003 Nicolas CHAILLAN <nicos@php.net>
 */
@@ -71,7 +71,7 @@
             }
         }
         
-        $print = explode('\n', $print);
+        $print = explode("\n", $print);
         $irc->message(SMARTIRC_TYPE_QUERY, $data->nick, $print); 
     }
     


Navigate in group php.pear.bot at sever news.php.net
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by Zareef Ahmed
Powered By PHP Consultants