From c79abf2f3e04a8f474e902f9a897c0ea7da43bde Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 14 Jan 2005 10:18:29 +0000 Subject: [PATCH] Modif de l'image de l'appel sortant --- htdocs/lib/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 3f0e962567f..ff0a4ed3f81 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2000-2005 Rodolphe Quiedeville * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio @@ -504,7 +504,7 @@ function img_phone_out($alt = "default") global $langs; $alt=$langs->trans("Modify"); } - return ''.$alt.''; + return ''.$alt.''; } /**