Index: trunk/extensions/Translate/tag/TPParse.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @author Niklas Laxström |
8 | | - * @copyright Copyright © 2009-2010 Niklas Laxström |
| 8 | + * @copyright Copyright © 2009-2011 Niklas Laxström |
9 | 9 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
10 | 10 | */ |
11 | 11 | |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | foreach ( $sections as $s ) { |
90 | 90 | $s->type = 'old'; |
91 | 91 | |
92 | | - if ( $s->id === - 1 ) { |
| 92 | + if ( $s->id === -1 ) { |
93 | 93 | $s->type = 'new'; |
94 | 94 | $s->id = ++$highest; |
95 | 95 | } else { |