dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [bug #19067] Correction d'un bug


From: anonymous
Subject: [Dolibarr-bugtrack] [bug #19067] Correction d'un bug
Date: Fri, 16 Feb 2007 15:17:58 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

URL:
  <http://savannah.nongnu.org/bugs/?19067>

                 Summary: Correction d'un bug
                 Project: Dolibarr
            Submitted by: None
            Submitted on: vendredi 16.02.2007 à 15:17 UTC
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 2.0.0-alpha2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Bonjour,

Je ne peut pas m'enregistrer sur le forum dolibarr car j'ai une ip fixe et
que je ne me souvient plus de mon compte ni de l'adresse mail que j'ai mis,
donc je poste ma correction de bug ici:

[sources] / dolibarr / dolibarr / htdocs / comm / action / fiche.php 

Revision 1.95
        // Si param incorrects, mktime renvoi false en PHP 5.1, -1 avant
<       if (! $datep > 0 ) $datep='';
        if (! $datea > 0 ) $datea='';

Il faut rajouter les parenthèses au test pour que ça marche bien


        // Si param incorrects, mktime renvoi false en PHP 5.1, -1 avant
<       if (! ($datep > 0) ) $datep='';
        if (! ($datea > 0) ) $datea='';
        //print "datep:".$datep." datea:".$datea;

Fred
address@hidden




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19067>

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





reply via email to

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