DavidW
9th of October 2006 (Mon), 04:15
Whilst I'm reporting trivial errors, there's two spelling errors in EDITOR_report.php:
lines 469, 1253 - should read Length, not Lenght.
In fact, there's a few occurrences of this spelling error throughout EE - a bit of grepping of the source including language files for lenght (case insensitive - so grep -i if using GNU grep) wouldn't be a bad thing.
Beware, though, of changing references to database fields!
David
lines 469, 1253 - should read Length, not Lenght.
In fact, there's a few occurrences of this spelling error throughout EE - a bit of grepping of the source including language files for lenght (case insensitive - so grep -i if using GNU grep) wouldn't be a bad thing.
Beware, though, of changing references to database fields!
David