/[dolibarr]/dolibarr/htdocs/adherents/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/adherents/index.php

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

revision 1.30 by eldy, Tue Sep 6 19:57:35 2005 UTC revision 1.31 by eldy, Sun Oct 30 14:16:27 2005 UTC
# Line 139  print "</table>\n"; Line 139  print "</table>\n";
139    
140  print '<br>';  print '<br>';
141    
   
142  print '</td></tr>';  print '</td></tr>';
143    
144    
145  print '<tr><td width="30%" class="notopnoleft" valign="top">';  print '<tr><td width="30%" class="notopnoleft" valign="top">';
146    
147    
# Line 163  print '</td></tr>'; Line 164  print '</td></tr>';
164  print "</table></form>";  print "</table></form>";
165    
166    
167  print '</td><td class="notopnoleftnoright">';  print '</td><td class="notopnoleftnoright" valign="top">';
168    
169    
170  $sql = "SELECT c.cotisation, ".$db->pdate("c.dateadh")." as dateadh";  $sql = "SELECT c.cotisation, ".$db->pdate("c.dateadh")." as dateadh";
171  $sql.= " FROM ".MAIN_DB_PREFIX."adherent as d, ".MAIN_DB_PREFIX."cotisation as c";  $sql.= " FROM ".MAIN_DB_PREFIX."adherent as d, ".MAIN_DB_PREFIX."cotisation as c";

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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