Skip to content

Commit

Permalink
Make sure guestloginbutton is set to 1 as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 20, 2002
1 parent 3790f3a commit 277d2d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/db/mysql.php
Expand Up @@ -212,6 +212,10 @@ function main_upgrade($oldversion=0) {
}
}

if ($oldversion < 2002112000) {
set_config("guestloginbutton", 1);
}


return true;
}
Expand Down

0 comments on commit 277d2d9

Please sign in to comment.