Removed the updates to the Import class.,

This commit is contained in:
James Richie
2026-03-25 19:22:31 -04:00
parent 187d3b3522
commit 1499685dd0
2 changed files with 10 additions and 8 deletions
+9 -7
View File
@@ -83,7 +83,7 @@ class Import extends Base {
$file_directory = "{$environment_directory}/{$filename}"; $file_directory = "{$environment_directory}/{$filename}";
$this->parseCSVFile($file_directory); $import = $this->parseCSVFile($file_directory);
$content = $this->applyXSL("", $this->getXSL("uploadMessage"), $XSLParms); $content = $this->applyXSL("", $this->getXSL("uploadMessage"), $XSLParms);
$this->displayContent($content); $this->displayContent($content);
@@ -254,12 +254,14 @@ class Import extends Base {
// Run Updates on rdi joining 12 month tables // Run Updates on rdi joining 12 month tables
$this->update1(); // $this->update1();
$this->update2(); // $this->update2();
$this->update3(); // $this->update3();
$this->update4(); // $this->update4();
$this->update5(); // $this->update5();
$this->update6(); // $this->update6();
return true;
} }
// ======================== // ========================
+1 -1
View File
@@ -86,7 +86,7 @@
<footer id="footer"> <footer id="footer">
<div class="col text-center mt-3"> <div class="col text-center mt-3">
<small class="text-muted pb-0">Authorized Access is Prohibitted</small> <small class="text-muted pb-0">Unauthorized Access is Prohibitted</small>
</div> </div>
</footer> </footer>