]> Softwares of Agnibho - simpleipd.git/commitdiff
Urgent bugfix
authorAgnibho Mondal <mondal@agnibho.com>
Sat, 22 May 2021 06:48:54 +0000 (12:18 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Sat, 22 May 2021 06:48:54 +0000 (12:18 +0530)
www/printdata.php

index c26ef8ab9f113af9af5ac69bf9ee5dea2ed53e2c..190d8e779eb4b3171cb1cc5c27fe25f1471b4540 100644 (file)
@@ -74,7 +74,7 @@ $discharge=$discharge."</ol>";
       <hr>
       <?php echo $treatments;?>
       <hr>
-      <?php if($status="expired"){ echo $death; } else { echo $discharge; }?>
+      <?php if($status=="expired"){ echo $death; } else { echo $discharge; }?>
       <hr>
       <?php echo "Retrieved on: ".date("M d, Y H:i T", time());?>
     </div>