Changeset 47122 for trunk/tests/phpunit/includes/trac.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/trac.php
r46586 r47122 34 34 } 35 35 } else { 36 $tickets = substr( $tickets, 2 ); // remove 'id' column header36 $tickets = substr( $tickets, 2 ); // Remove 'id' column header. 37 37 $tickets = trim( $tickets ); 38 38 file_put_contents( $file, $tickets );
Note: See TracChangeset
for help on using the changeset viewer.