~ubuntu-branches/ubuntu/karmic/squirrelmail/karmic

« back to all changes in this revision

Viewing changes to functions/date.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-12-04 09:18:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204091809-f5tmhfdfy71y0cwn
Tags: 2:1.4.9a-1
* New upstream security release.
  - Additionally tightens HTML filter for IE <= 5 parsing
    absolutely everything and it's horse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 *
11
11
 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
12
12
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
13
 
 * @version $Id: date.php,v 1.46.2.13 2006/04/14 22:27:07 jervfors Exp $
 
13
 * @version $Id: date.php,v 1.46.2.14 2006/10/20 08:45:38 kink Exp $
14
14
 * @package squirrelmail
15
15
 * @subpackage date
16
16
 */
67
67
        case 'IST':
68
68
        case 'MET DST':
69
69
        case 'METDST':
 
70
        case 'CEST':
 
71
        case 'MEST':
70
72
            $tzc = '+0200';
71
73
            break;
72
74
        case 'HKT':
445
447
      return ($mtime);
446
448
   }
447
449
*/
448
 
?>
 
 
b'\\ No newline at end of file'
 
450
?>