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);