Removed JSON references from when I duped the JSON class.

This commit is contained in:
Josh Sherman 2010-11-26 21:17:05 -05:00
parent 6205ad7809
commit 3defe17bc5

View file

@ -18,14 +18,7 @@
/**
* XML Display
*
* Displays data in JavaScript Object Notation.
*
* Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0
* Note: PECL json 1.2.1 is included /vendors
*
* @link http://json.org/
* @link http://us.php.net/json_encode
* @link http://pecl.php.net/package/json
* Displays data in XML format.
*/
class Display_XML extends Display_Common
{