fixed bug created because I missed updating this files current version setrting at the bottom

This commit is contained in:
seek3r 2000-11-23 09:10:01 +00:00
parent aea235f6ed
commit 473f7365b6

View File

@ -289,6 +289,6 @@
)";
$db->query($sql);
$currentver = "0.9.3";
$currentver = "0.9.4";
update_version_table();
?>