wait new version
This commit is contained in:
parent
ce7a96615d
commit
72496c641e
@ -124,8 +124,8 @@ $cfg['availabilities'] = array(
|
||||
'day' => true,
|
||||
'week' => true,
|
||||
'month' => true,
|
||||
'quarter' => false,
|
||||
'semester' => false,
|
||||
'quarter' => true,
|
||||
'semester' => true,
|
||||
'year' => false,
|
||||
'none' => false
|
||||
);
|
||||
|
@ -243,7 +243,7 @@ MainAttachment::readCloudUrl () {
|
||||
LOG_BUG (line.rfind ("cloud: bad", 0) == 0, return, "eMailShrinker: bug M14: bad cloud link. (line: " << line << ")");
|
||||
if (line.rfind ("cloud: none", 0) == 0)
|
||||
return;
|
||||
cloudDownloadURL = line.substr (7);
|
||||
// XXX wait new version // cloudDownloadURL = line.substr (7);
|
||||
}
|
||||
|
||||
// ================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user