This commit is contained in:
Friendika
2011-09-24 05:45:34 -07:00
parent b13f81bdc5
commit 6a9e22550d
7 changed files with 1 additions and 12 deletions

View File

@@ -925,9 +925,6 @@ function base64url_decode($s) {
return base64_decode(strtr($s,'-_','+/'));
}
function cc_license() {
return '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
}
if (!function_exists('str_getcsv')) {
function str_getcsv($input, $delimiter = ',', $enclosure = '"', $escape = '\\', $eol = '\n') {