Qual: Suppression d'une partie de code inutile.
This commit is contained in:
parent
6c67020136
commit
8f8c54789d
@ -49,23 +49,10 @@ if ($user->societe_id > 0)
|
|||||||
|
|
||||||
llxHeader();
|
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')
|
if ($_GET["action"] == 'add_bookmark')
|
||||||
{
|
{
|
||||||
@ -88,6 +75,10 @@ if ($_GET["action"] == 'del_bookmark')
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Affichage page
|
||||||
|
*/
|
||||||
|
|
||||||
print_titre("Espace commercial");
|
print_titre("Espace commercial");
|
||||||
|
|
||||||
print '<table border="0" width="100%">';
|
print '<table border="0" width="100%">';
|
||||||
@ -95,7 +86,6 @@ print '<table border="0" width="100%">';
|
|||||||
print '<tr><td valign="top" width="30%">';
|
print '<tr><td valign="top" width="30%">';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recherche Propal
|
* Recherche Propal
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user