コード例 #1
0
 private static function IsGlueEnabled()
 {
     if (self::$glueEnabled == null) {
         self::$glueEnabled = COption::GetOptionString('webdav', 'bp_history_glue', "Y") == "Y";
     }
     return self::$glueEnabled;
 }