diff --git a/lib/util.php b/lib/util.php index 56eeaa2573..680b9fa450 100644 --- a/lib/util.php +++ b/lib/util.php @@ -2081,3 +2081,8 @@ function common_memcache() { return $cache; } } + +function common_compatible_license($from, $to) { + # XXX: better compatibility check needed here! + return ($from == $to); +} \ No newline at end of file