Brion Vibber 088081675f Revert "Remove more contractions"
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26.

Missed this one yesterday...
2009-11-09 20:01:46 +01:00

7 lines
144 B
PHP

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