Suppression TODO
This commit is contained in:
parent
5346e37f5d
commit
8b7470cbd5
@ -92,7 +92,7 @@ else
|
||||
$i=0;
|
||||
while ($i < $num)
|
||||
{
|
||||
$obj = $db->fetch_object($rsult);
|
||||
$obj = $db->fetch_object($result);
|
||||
$var=!$var;
|
||||
print "<tr $bc[$var]>";
|
||||
|
||||
|
||||
@ -65,9 +65,8 @@ else if ($conf->db->type == 'pgsql')
|
||||
}
|
||||
else if ($conf->db->type == 'mssql')
|
||||
{
|
||||
//TODO: récupérer les infos du serveur
|
||||
//$sqls[0] = "";
|
||||
//$base=3;
|
||||
//$base=3;
|
||||
}
|
||||
|
||||
if (! $base)
|
||||
|
||||
@ -105,16 +105,6 @@ if ($socid > 0)
|
||||
|
||||
dolibarr_fiche_head($head, 'prospect', $societe->nom);
|
||||
|
||||
|
||||
/* TODO Finir verification PagesJaunes
|
||||
* print '<form action="http://www.pagesjaunes.fr/pj.cgi" method="post" target="_blank">';
|
||||
* print '<input type="hidden" name="FRM_NOM" value="'.$societe->nom.'">';
|
||||
* print '<input type="hidden" name="FRM_LOCALITE" value="'.$societe->ville.'">';
|
||||
* print '<input type="submit">';
|
||||
* print '</form>';
|
||||
*/
|
||||
|
||||
|
||||
print "<table width=\"100%\">\n";
|
||||
print '<tr><td valign="top" width="50%">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user