Removed the updates to the Import class.,
This commit is contained in:
+9
-7
@@ -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;
|
||||
}
|
||||
|
||||
// ========================
|
||||
|
||||
+1
-1
@@ -86,7 +86,7 @@
|
||||
<footer id="footer">
|
||||
|
||||
<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>
|
||||
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user