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