Changeset 215 for trunk/system/netwatch_import.php
- Timestamp:
- May 11, 2009, 9:59:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/netwatch_import.php
r214 r215 20 20 foreach($Output as $Row) 21 21 { 22 $Row = substr($Row, 6);22 $Row = substr($Row, 5); 23 23 $RowParts = explode(' ', $Row); 24 24 $Properties = array();
Note:
See TracChangeset
for help on using the changeset viewer.