From 32c81588b072b086d2371dd6e5d0960b0e3e5fb1 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 7 Mar 2014 10:54:57 +0100
Subject: [PATCH] Fix: doxygen

---
 htdocs/core/db/sqlite.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/core/db/sqlite.class.php b/htdocs/core/db/sqlite.class.php
index 84b8742eb75..36f583011e4 100644
--- a/htdocs/core/db/sqlite.class.php
+++ b/htdocs/core/db/sqlite.class.php
@@ -683,7 +683,7 @@ class DoliDBSqlite extends DoliDB
 	 *	@param	int		$gm			1=Input informations are GMT values, otherwise local to server TZ
      *	@return	date				Date TMS
      */
-    function jdate($string, $gmt=false)
+    function jdate($string, $gm=false)
     {
         $string=preg_replace('/([^0-9])/i','',$string);
         $tmp=$string.'000000';
-- 
GitLab