/[dolibarr]/dolibarr/htdocs/telephonie/client/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/client/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by rodolphe, Wed Nov 23 14:28:11 2005 UTC revision 1.9 by rodolphe, Wed Nov 23 14:29:35 2005 UTC
# Line 204  $resql = $db->query($sql); Line 204  $resql = $db->query($sql);
204  if ($resql)  if ($resql)
205  {  {
206    print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';    print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
207    print '<tr class="liste_titre"><td>'.min(10,$num).' derniers commentaires</td>';    print '<tr class="liste_titre"><td colspan="2">'.min(10,$num).' derniers commentaires</td></tr>';
   print '<td width="75%">Commentaire</td></tr>'."\n";  
   $var=True;  
208    
209    while ($obj = $db->fetch_object($resql))    while ($obj = $db->fetch_object($resql))
210      {      {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26