From bbc8565e5afa7e5352bc3aaf7cf067066ec6d4b1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 04 Mar 2010 03:17:04 -0500 Subject: [PATCH] Flag original messages after sending a draft (#1486203) --- program/lib/MDB2/Driver/Native/pgsql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/lib/MDB2/Driver/Native/pgsql.php b/program/lib/MDB2/Driver/Native/pgsql.php index acab838..9b2a4f2 100644 --- a/program/lib/MDB2/Driver/Native/pgsql.php +++ b/program/lib/MDB2/Driver/Native/pgsql.php @@ -42,7 +42,7 @@ // | Author: Paul Cooper <pgc@ucecom.com> | // +----------------------------------------------------------------------+ // -// $Id: pgsql.php,v 1.12 2006/07/15 13:07:15 lsmith Exp $ +// $Id: pgsql.php 216444 2006-07-15 13:07:15Z lsmith $ require_once 'MDB2/Driver/Native/Common.php'; -- Gitblit v1.9.1