Suppression TODO

This commit is contained in:
Laurent Destailleur 2007-12-03 21:50:56 +00:00
parent 5346e37f5d
commit 8b7470cbd5
3 changed files with 2 additions and 13 deletions

View File

@ -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]>";

View File

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

View File

@ -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%">';