ability to hide profile and wall from unknown people

This commit is contained in:
Friendika 2011-05-24 16:30:52 -07:00
parent 21769d7390
commit e3d1ef8ef7
10 changed files with 63 additions and 7 deletions

View file

@ -288,6 +288,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
`profile-name` char(255) NOT NULL,
`is-default` tinyint(1) NOT NULL DEFAULT '0',
`hide-friends` tinyint(1) NOT NULL DEFAULT '0',
`hidewall` tinyint(1) NOT NULL DEFAULT '0',
`name` char(255) NOT NULL,
`pdesc` char(255) NOT NULL,
`dob` char(32) NOT NULL DEFAULT '0000-00-00',