diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-05 17:39:08 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-05 17:39:08 +0100 |
commit | 99111e3abe02e9a40795fa96f33ea08e492eadcd (patch) | |
tree | fa2d99b3661f8c3e13967413f868bfccc0c8922f | |
parent | 85b2bb7df5e5308b5283e24a3d83aadd1fa9d4de (diff) |
added end of function marker
-rw-r--r-- | system/helpers/xml_helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php index 09b7aee49..56f5e0112 100644 --- a/system/helpers/xml_helper.php +++ b/system/helpers/xml_helper.php @@ -65,6 +65,7 @@ if ( ! function_exists('xml_convert')) } } +// ------------------------------------------------------------------------ /* End of file xml_helper.php */ /* Location: ./system/helpers/xml_helper.php */
\ No newline at end of file |