]> lifelog.hopto.org Git - LifeLog.git/commitdiff
upd mig.
authorWill Budicm <redacted>
Sat, 29 Aug 2020 02:55:54 +0000 (12:55 +1000)
committerWill Budicm <redacted>
Sat, 29 Aug 2020 02:55:54 +0000 (12:55 +1000)
htdocs/cgi-bin/login_ctr.cgi

index 38088681313c7e19cdf68c54471836765e91d912..06f07f0c8b32d50627b669947bdcf44320d4299e 100755 (executable)
@@ -246,7 +246,9 @@ sub checkCreateTables {
                             }
                         }
                 }
-                #is above v.1.6 has a notes table.
+            }
+            if($DB_VERSION > 1.6){
+                #is above v.1.6 notes table.
                 $db->do('DROP TABLE VW_LOG;');
                 delete($curr_tables{'VW_LOG'});
             }