source: trunk/www.guidonia.net/wp/wp-content/plugins/wordbook/facebook-platform/php/jsonwrapper/jsonwrapper.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 144 bytes
Line 
1<?php
2# In PHP 5.2 or higher we don't need to bring this in
3if (!function_exists('json_encode')) {
4 require_once 'jsonwrapper_inner.php';
5}
6?>
Note: See TracBrowser for help on using the repository browser.