Changes in trunk/manage-us3-pipe.php [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/manage-us3-pipe.php
r3 r1 43 43 global $user; 44 44 global $passwd; 45 global $self;46 45 47 46 $list = explode( ": ", $msg ); … … 57 56 if ( ! $resource ) 58 57 { 59 write_log( "$self process(): Could not connect to MySQL - " . mysql_error());58 write_log( "$self process(): Could not connect to DB" ); 60 59 write_log( "$self process(): original msg - $msg" ); 61 60 return;
Note:
See TracChangeset
for help on using the changeset viewer.