PHPDoc, some trailing PHP tags removed

This commit is contained in:
Anton Terekhov
2012-11-19 19:20:15 +04:00
parent 1e0d1aaa38
commit 1354f3d001
8 changed files with 129 additions and 50 deletions

View File

@ -229,4 +229,3 @@ class Format
* Оффсет с учетом летнего/зимнего времени
*/
Format::setTimezoneOffset(date('Z') - ((date('I') ? 60*60 : 0 )));
?>