/[dolibarr]/dolibarr/htdocs/html.form.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/html.form.class.php

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

revision 1.128 by eldy, Fri Nov 11 22:36:56 2005 UTC revision 1.129 by eldy, Sun Nov 27 18:03:48 2005 UTC
# Line 1467  class Form Line 1467  class Form
1467              {              {
1468                  print '<select class="flat" name="'.$prefix.'year">';                  print '<select class="flat" name="'.$prefix.'year">';
1469                    
1470                  for ($year = $syear - 3; $year < $syear + 5 ; $year++)                  for ($year = $syear - 5; $year < $syear + 10 ; $year++)
1471                  {                  {
1472                      if ($year == $syear)                      if ($year == $syear)
1473                      {                      {

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

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