copyright, #3

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/legacy@92 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
pzinovkin
2009-05-27 12:51:02 +00:00
parent b3f7afa799
commit 83fdd4ce93
20 changed files with 40 additions and 40 deletions

View File

@ -2,7 +2,7 @@
/**
* Format
*
* @copyright
* @copyright netmonsters.ru
* @link
* @package Majestic
* @subpackage Core
@ -197,4 +197,4 @@ class Format
* Оффсет с учетом летнего/зимнего времени
*/
Format::setTimezoneOffset(date('Z') - ((date('I') ? 60*60 : 0 )));
?>
?>