forked from Wavyzz/dolibarr
mise a jour des fichiers de traduction
mise a jour des commenttaires doxygen
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
@@ -20,6 +17,9 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
|
||||
/*! \file mysql.lib.php
|
||||
@@ -27,7 +27,7 @@
|
||||
\author Fabien Seisen
|
||||
\author Rodolphe Quiedeville.
|
||||
\author Laurent Destailleur.
|
||||
\version 1.2.
|
||||
\version $Revision$
|
||||
|
||||
Ensemble des fonctions permettant de g<>rer la database de dolibarr.
|
||||
*/
|
||||
@@ -343,6 +343,11 @@ class DoliDb {
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
\brief formatage de la date en format unix.
|
||||
\param fname
|
||||
\return date
|
||||
*/
|
||||
|
||||
function pdate($fname)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user