From 9e8cf1fc01c14f84b19f1b71b869297c70a07f8f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 May 2004 14:31:18 +0000 Subject: [PATCH] Synchro --- htdocs/lib/functions.inc.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index ac78a960bf9..479766f0b30 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -173,6 +173,17 @@ Function img_edit($alt = "Modifier") return ''.$alt.''; } +Function img_phone_in($alt = "Modifier") +{ + return ''.$alt.''; +} + +Function img_phone_out($alt = "Modifier") +{ + return ''.$alt.''; +} + + Function img_alerte($alt = "Alerte") { return ''.$alt.''; @@ -984,8 +995,7 @@ function tab_count($basename,$bc1,$bc2,$ftc) { print "\n"; $db->free(); - - + $sql="SELECT count(*) AS nbsoc from logsoc"; $result = $db->query($sql);