Skip to content

Commit

Permalink
fix wrong data in install form
Browse files Browse the repository at this point in the history
  • Loading branch information
tematres committed Nov 24, 2022
1 parent 83117ba commit dc56e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocab/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function SQLtematres($DBCFG, $DB, $arrayInstallData = array())
$result2 = $DB->Execute(
"INSERT INTO `".$prefix."config`
(`id`, `titulo`, `autor`, `idioma`, `tipo`, `polijerarquia`, `cuando`, `observa`, `url_base`)
VALUES (1, $title, $author, $tematres_lang, $kos_type, '2', '$today', NULL, '$url');"
VALUES (1, $title, $author, $tematres_lang, $kos_type, '1', '$today', NULL, '$url');"
);
}
$result3 = $DB->Execute(
Expand Down

0 comments on commit dc56e20

Please sign in to comment.