phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/inc class.bocommon.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.bocommon.inc.php
Date: Fri, 05 May 2006 21:30:16 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/05/05 21:30:16

Modified files:
        inc            : class.bocommon.inc.php 

Log message:
        'pgsql' is renamed to 'postgres' in HEAD

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.bocommon.inc.php.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: property/inc/class.bocommon.inc.php
diff -u property/inc/class.bocommon.inc.php:1.30 
property/inc/class.bocommon.inc.php:1.31
--- property/inc/class.bocommon.inc.php:1.30    Mon Apr 17 11:36:05 2006
+++ property/inc/class.bocommon.inc.php Fri May  5 21:30:16 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage core
-       * @version $Id: class.bocommon.inc.php,v 1.30 2006/04/17 11:36:05 
sigurdne Exp $
+       * @version $Id: class.bocommon.inc.php,v 1.31 2006/05/05 21:30:16 
sigurdne Exp $
        */
 
        /**
@@ -92,6 +92,10 @@
 //                                     $this->dateformat               = "F j, 
Y";
 //                                     $this->datetimeformat   = "F j, Y g:iA";
                                        break;
+                               case 'postgres':
+                                       $this->dateformat               = 
"Y-m-d";
+                                       $this->datetimeformat   = "Y-m-d G:i:s";
+                                       break;
                        }
 
        /*              if 
($GLOBALS['phpgw_info']['server']['db_type']=='mssql')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]