Skip to content
Snippets Groups Projects
Commit 8847f26b authored by Puguh Wijayanto's avatar Puguh Wijayanto
Browse files

GeniXCMS v0.0.5 Upgrade

parent f81eeeaa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -58,6 +58,9 @@ if (isset($_POST['004-patch'])) {
 
$sql = "ALTER TABLE `user_detail` CHANGE `fname` `fname` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL";
$q = Db::query($sql);
$sql = "UPDATE `menus` SET `parent` = '0' WHERE `parent` = '' ";
$q = Db::query($sql);
if ($q) {
# code...
$alertgreen = 'Upgrade Success!';
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment