diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 613a2f398fd..44b19a5d628 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -49,23 +49,10 @@ if ($user->societe_id > 0) llxHeader(); -function valeur($sql) -{ - global $db; - if ( $db->query($sql) ) - { - if ( $db->num_rows() ) - { - $valeur = $db->result(0,0); - } - $db->free(); - } - return $valeur; -} -/* - * - */ +/* + * Actions + */ if ($_GET["action"] == 'add_bookmark') { @@ -88,6 +75,10 @@ if ($_GET["action"] == 'del_bookmark') } +/* + * Affichage page + */ + print_titre("Espace commercial"); print '
| '; - /* * Recherche Propal */ |