Merge branch '0.9.x' into 1.0.x

This commit is contained in:
Brion Vibber
2010-10-28 16:26:34 -07:00
958 changed files with 20496 additions and 13020 deletions

View File

@@ -342,7 +342,8 @@ function common_set_cookie($key, $value, $expiration=0)
$value,
$expiration,
$cookiepath,
$server);
$server,
common_config('site', 'ssl')=='always');
}
define('REMEMBERME', 'rememberme');