more calendar work, undo strict_privacy flag to use different approach

This commit is contained in:
Friendika
2011-06-08 21:06:02 -07:00
parent a10abd4860
commit df8ac668b8
10 changed files with 119 additions and 51 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1062 );
define( 'UPDATE_VERSION' , 1063 );
/**
*
@@ -513,3 +513,8 @@ function update_1060() {
function update_1061() {
q("ALTER TABLE `event` ADD `nofinish` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `type` ");
}
function update_1062() {
q("ALTER TABLE `user` ADD `prvnets` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `page-flags` ");
}