Changeset 10 for trunk/manage-us3-pipe.php
- Timestamp:
- Jun 4, 2015, 9:48:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/manage-us3-pipe.php
r6 r10 89 89 mysql_close( $resource ); 90 90 91 $is_athrift = preg_match( "/^US3-A IRA/i", $gfacID );91 $is_athrift = preg_match( "/^US3-A/i", $gfacID ); 92 92 $is_finished = preg_match( "/^Finished/i", $message ); 93 93
Note:
See TracChangeset
for help on using the changeset viewer.