gnu-social/plugins/Facebook/facebook/jsonwrapper/jsonwrapper.php
Siebrand Mazeland 5ab709b739 Remove more contractions
* doesn't
* won't
* isn't
* don't
2009-11-08 23:32:15 +01:00

7 lines
145 B
PHP

<?php
# In PHP 5.2 or higher we do not need to bring this in
if (!function_exists('json_encode')) {
require_once 'jsonwrapper_inner.php';
}
?>