From 1499685dd07960a51279747c45ff6afd251f624b Mon Sep 17 00:00:00 2001 From: James Richie Date: Wed, 25 Mar 2026 19:22:31 -0400 Subject: [PATCH] Removed the updates to the Import class., --- classes/Import.php | 16 +++++++++------- xsl/signIn.xsl | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) 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 @@