dolibarr-dev
[Top][All Lists]
Advanced

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

[Dolibarr-dev] [task #8682] Supprimer fonctions unix_timestamp


From: Laurent Destailleur
Subject: [Dolibarr-dev] [task #8682] Supprimer fonctions unix_timestamp
Date: Mon, 29 Sep 2008 00:12:31 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3

URL:
  <http://savannah.nongnu.org/task/?8682>

                 Summary: Supprimer fonctions unix_timestamp
                 Project: Dolibarr
            Submitted by: eldy
            Submitted on: lun 29 sep 2008 02:12:29 CEST
                Category: None
         Should Start On: lun 29 sep 2008 00:00:00 CEST
   Should be Finished on: lun 29 sep 2008 00:00:00 CEST
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
Task open to external developers: Non

    _______________________________________________________

Details:

Supprimer fonctions unix_timestamp.

les
select db->idate(champ1)
puis 
this->field1=obj->champ1

doit etre remplacé par

les
select champ1
puis 
this->field1=dolibarr_stringtotime(obj->champ1)





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?8682>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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