Skip to content

Commit

Permalink
[Fixed] Import all languages for a fresh installation
Browse files Browse the repository at this point in the history
DB Version: V.4.5-2021.01.28.00
Files Version: V.4.5-2021.02.07.00
  • Loading branch information
smalos committed Feb 7, 2021
1 parent a3693f2 commit 81c7fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion core/nustandalonesetuplibs.php
@@ -1,7 +1,9 @@
<?php

require_once('nusystemupdatelibs.php');

function nuStandaloneImportNewDB() {

$t = nuRunQuery("SHOW TABLES");
while($r = db_fetch_row($t)){
if($r[0] == 'zzzzsys_object'){return;}
Expand All @@ -23,6 +25,8 @@ function nuStandaloneImportNewDB() {
}
}
}

nuImportLanguageFiles();
}

?>
2 changes: 1 addition & 1 deletion version.txt
@@ -1,6 +1,6 @@
nuBuilder Forte 4.5

DB Version: V.4.5-2021.01.28.00
Files Version: V.4.5-2021.02.06.00
Files Version: V.4.5-2021.02.07.00

(V.MajorVersion-CurrentDate.BuildNumber)

0 comments on commit 81c7fce

Please sign in to comment.