mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Minor fix
This commit is contained in:
parent
7d56b8ea9f
commit
f3dfe83153
@ -123,7 +123,7 @@ if (empty($errors) === false){
|
|||||||
<?php
|
<?php
|
||||||
$basic = user_znote_data('version', 'installed', 'cached');
|
$basic = user_znote_data('version', 'installed', 'cached');
|
||||||
if ($basic['version'] !== $version) {
|
if ($basic['version'] !== $version) {
|
||||||
mysql_update("UPDATE `znote` SET `version`='$version';") or die(mysql_error());
|
mysql_update("UPDATE `znote` SET `version`='$version';");
|
||||||
$basic = user_znote_data('version', 'installed', 'cached');
|
$basic = user_znote_data('version', 'installed', 'cached');
|
||||||
}
|
}
|
||||||
echo "Running Znote AAC Version: ". $basic['version'] .".<br>";
|
echo "Running Znote AAC Version: ". $basic['version'] .".<br>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user