diff --git a/classes/Import.php b/classes/Import.php index cb149a8..15a28a7 100644 --- a/classes/Import.php +++ b/classes/Import.php @@ -83,7 +83,7 @@ class Import extends Base { $file_directory = "{$environment_directory}/{$filename}"; - $this->parseCSVFile($file_directory); + $import = $this->parseCSVFile($file_directory); $content = $this->applyXSL("", $this->getXSL("uploadMessage"), $XSLParms); $this->displayContent($content); @@ -254,12 +254,14 @@ class Import extends Base { // Run Updates on rdi joining 12 month tables - $this->update1(); - $this->update2(); - $this->update3(); - $this->update4(); - $this->update5(); - $this->update6(); +// $this->update1(); +// $this->update2(); +// $this->update3(); +// $this->update4(); +// $this->update5(); +// $this->update6(); + + return true; } // ======================== diff --git a/xsl/signIn.xsl b/xsl/signIn.xsl index ae78cff..5fbb5c5 100644 --- a/xsl/signIn.xsl +++ b/xsl/signIn.xsl @@ -86,7 +86,7 @@