From 9a8a86efcae2c3c5ff36f71cbba7acd5ce3d4c6f Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 26 May 2012 04:34:54 -0400
Subject: [PATCH] Catch DateTime* exceptions (#1488497) - skipping buggy timezones

---
 program/lib/MDB2/Driver/Native/mssql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/lib/MDB2/Driver/Native/mssql.php b/program/lib/MDB2/Driver/Native/mssql.php
index e72faba..dad6a14 100644
--- a/program/lib/MDB2/Driver/Native/mssql.php
+++ b/program/lib/MDB2/Driver/Native/mssql.php
@@ -42,7 +42,7 @@
 // | Author: Lukas Smith <smith@pooteeweet.org>                           |
 // +----------------------------------------------------------------------+
 //
-// $Id: mssql.php,v 1.9 2006/06/18 21:59:05 lsmith Exp $
+// $Id: mssql.php 215004 2006-06-18 21:59:05Z lsmith $
 //
 
 require_once 'MDB2/Driver/Native/Common.php';

--
Gitblit v1.9.1