/[dolibarr]/dolibarr/htdocs/install/upgrade.php
ViewVC logotype

Diff of /dolibarr/htdocs/install/upgrade.php

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

revision 1.6 by eldy, Sun Oct 30 01:07:01 2005 UTC revision 1.7 by eldy, Thu Dec 8 11:42:09 2005 UTC
# Line 121  if (isset($_GET["action"]) && $_GET["act Line 121  if (isset($_GET["action"]) && $_GET["act
121      {      {
122          if ($choix==1) $dir = "../../mysql/migration/";          if ($choix==1) $dir = "../../mysql/migration/";
123          else $dir = "../../pgsql/migration/";          else $dir = "../../pgsql/migration/";
124          $migfile='1.1.0-2.0.0.sql';          $migfile='^1.1.0-2.0.0.sql$';
125                    
126          $i = 0;          $i = 0;
127          $ok = 0;          $ok = 0;
# Line 183  if (isset($_GET["action"]) && $_GET["act Line 183  if (isset($_GET["action"]) && $_GET["act
183                          else                          else
184                          {                          {
185                              print '<tr><td>'.$langs->trans("Request").' '.$i.'</td>';                              print '<tr><td>'.$langs->trans("Request").' '.$i.'</td>';
186                              print '<td>'.$langs->trans("Error")." ".$db->errno()." ".$db->error()."</td>";                              print '<td>'.$langs->trans("Error")." ".$db->errno()." ".$db->error()."<br>".$sql."</td>";
187                              print '</tr>';                              print '</tr>';
188                              $error++;                              $error++;
189                          }                          }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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