From b967932a8a086840a380f1d33b71a44056b939c6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 19 Mar 2006 23:54:33 +0000 Subject: [PATCH] Changing :: to -> --- dev/changes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/changes.txt b/dev/changes.txt index 8bad38f..55b6d14 100644 --- a/dev/changes.txt +++ b/dev/changes.txt @@ -27,14 +27,14 @@ CHANGELOG FOR 2.0 - If there are multiple classes under the same function (db_mysql and db_mysqli for instance), they initialize under a package name as well - ISSO->sourcepath is attempted to be automatically set [kernel.php] - Renamed the kernel class from Shared_Object_Framework to ISSO [kernel.php] -- Moved Mail::_convert_line_breaks() to Functions::convert_line_breaks() +- Moved Mail->_convert_line_breaks() to Functions->convert_line_breaks() - Optimized the rand() function [functions.php] - Objects no longer use $_isso as a call back, but rather $this->registry (in objects) or $GLOBALS['isso:callback'] (in global scope) - Added explain_error_reporting() so you can get an overview of all the constants and if they're enabled [kernel.php] - Added transaction capabilities to database layers - The mail module now supports multiple recipients and HTML multiparts [mail.php] -- ISSO::escape() no longer has a binary option [kernel.php] +- ISSO->escape() no longer has a binary option [kernel.php] - Added UTF-8 support to the XML parser [xml.php] - Added a new graphing module to create pie charts [graph_pie.php] -- Added ISSO::input_escape() to run ISSO::escape() directly on ISSO->in[] data [kernel.php] +- Added ISSO->input_escape() to run ISSO->escape() directly on ISSO->in[] data [kernel.php] - Fixed a long-standing bug of _error_handler() not working properly always [kernel.php] \ No newline at end of file -- 2.22.5