dolibarr-dev
[Top][All Lists]
Advanced

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

Re: [Dolibarr-dev] Mise à jour dernier CVS....


From: Rui Miguel Seabra
Subject: Re: [Dolibarr-dev] Mise à jour dernier CVS....
Date: Thu, 26 May 2005 11:47:29 +0100

On Thu, 2005-05-26 at 09:58 +0200, Simon TOSSER wrote:
> Bonjour je viens de faire une mise à jour depuis le dernier CVS et j'ai
> le bug suivant:
> 
> Parse error: parse error, unexpected '(', expecting T_STRING or
> T_VARIABLE or '{' or '$' in
> /home/dolibarr/http2/htdocs/includes/menus/barre_top/default.php on line 165
> 
> La ligne en question donnait ça:
> if ($conf->service->enabled) { $chaine.=$langs->("Services"); }
> 
> et  je l'ai corrigé de cette façon
> if ($conf->service->enabled) { $chaine.=$langs->trans("Services"); }
> 
> à reporter sur le CVS...

Yesterday I sent a patch correcting this part, it didn't have a parse
error _yet_, but of course no translation would follow.

Catch my previous email for a patch for that.

Rui

-- 
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Gandhi
+ So let's do it...?

Please AVOID sending me WORD, EXCEL or POWERPOINT attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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