Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php
index b00da8b..f3ec035 100644
--- a/system/codeigniter/Base4.php
+++ b/system/codeigniter/Base4.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.3

  * @filesource

diff --git a/system/codeigniter/Base5.php b/system/codeigniter/Base5.php
index d1531a5..3c43273 100644
--- a/system/codeigniter/Base5.php
+++ b/system/codeigniter/Base5.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.3

  * @filesource

diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index 00032fa..5787079 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php
index 36c9356..eee13ab 100644
--- a/system/codeigniter/Common.php
+++ b/system/codeigniter/Common.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/DB.php b/system/database/DB.php
index 4a119d0..9055a22 100644
--- a/system/database/DB.php
+++ b/system/database/DB.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php
index 82d5b63..9e30a9f 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php
index 33f408f..f8ea616 100644
--- a/system/database/DB_cache.php
+++ b/system/database/DB_cache.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index ee965b7..fc700ec 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index 7d85ebb..b438ad1 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php
index 9533ec6..e9caf9f 100644
--- a/system/database/DB_utility.php
+++ b/system/database/DB_utility.php
@@ -1,455 +1,455 @@
-<?php  if (!defined('BASEPATH')) exit('No direct script access allowed');
-/**
- * Code Igniter
- *
- * An open source application development framework for PHP 4.3.2 or newer
- *
- * @package		CodeIgniter
- * @author		Rick Ellis
- * @copyright	Copyright (c) 2006, pMachine, Inc.
- * @license		http://www.codeignitor.com/user_guide/license.html
- * @link		http://www.codeigniter.com
- * @since		Version 1.0
- * @filesource
- */
-
-// ------------------------------------------------------------------------
-
-/**
- * Database Utility Class
- *
- * @category	Database
- * @author		Rick Ellis
- * @link		http://www.codeigniter.com/user_guide/database/
- */
-class CI_DB_utility {
-
-	var $db;
-	var $data_cache = array();
-
-	/**
-	 * Constructor
-	 *
-	 * Grabs the CI super object instance so we can access it.
-	 *
-	 */	
-	function CI_DB_utility()
-	{
-		// Assign the main database object to $this->db
-		$CI =& get_instance();
-		$this->db =& $CI->db;
-		
-		log_message('debug', "Database Utility Class Initialized");
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Create database
-	 *
-	 * @access	public
-	 * @param	string	the database name
-	 * @return	bool
-	 */
-	function create_database($db_name)
-	{
-		$sql = $this->_create_database($db_name);
-		
-		if (is_bool($sql))
-		{
-			return $sql;
-		}
-	
-		return $this->db->query($sql);
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Drop database
-	 *
-	 * @access	public
-	 * @param	string	the database name
-	 * @return	bool
-	 */
-	function drop_database($db_name)
-	{
-		$sql = $this->_drop_database($db_name);
-		
-		if (is_bool($sql))
-		{
-			return $sql;
-		}
-	
-		return $this->db->query($sql);
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * List databases
-	 *
-	 * @access	public
-	 * @return	bool
-	 */
-	function list_databases()
-	{	
-		// Is there a cached result?
-		if (isset($this->data_cache['db_names']))
-		{
-			return $this->data_cache['db_names'];
-		}
-	
-		$query = $this->db->query($this->_list_databases());
-		$dbs = array();
-		if ($query->num_rows() > 0)
-		{
-			foreach ($query->result_array() as $row)
-			{
-				$dbs[] = current($row);
-			}
-		}
-			
-		$this->data_cache['db_names'] = $dbs;
-		return $this->data_cache['db_names'];
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Optimize Table
-	 *
-	 * @access	public
-	 * @param	string	the table name
-	 * @return	bool
-	 */
-	function optimize_table($table_name)
-	{
-		$sql = $this->_optimize_table($table_name);
-		
-		if (is_bool($sql))
-		{
-			return $sql;
-		}
-	
-		$query = $this->db->query($sql);
-		$res = $query->result_array();
-		
-		// Note: Due to a bug in current() that affects some versions
-		// of PHP we can not pass function call directly into it
-		return current($res);
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Optimize Database
-	 *
-	 * @access	public
-	 * @return	array
-	 */
-	function optimize_database()
-	{
-		$result = array();
-		foreach ($this->db->list_tables() as $table_name)
-		{
-			$sql = $this->_optimize_table($table_name);
-			
-			if (is_bool($sql))
-			{
-				return $sql;
-			}
-			
-			$query = $this->db->query($sql);
-			
-			// Build the result array...
-			// Note: Due to a bug in current() that affects some versions
-			// of PHP we can not pass function call directly into it
-			$res = $query->result_array();
-			$res = current($res);
-			$key = str_replace($this->db->database.'.', '', current($res));
-			$keys = array_keys($res);
-			unset($res[$keys[0]]);
-			
-			$result[$key] = $res;
-		}
-
-		return $result;
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Optimize Table
-	 *
-	 * @access	public
-	 * @param	string	the table name
-	 * @return	bool
-	 */
-
-	function repair_table($table_name)
-	{
-		$sql = $this->_repair_table($table_name);
-		
-		if (is_bool($sql))
-		{
-			return $sql;
-		}
-	
-		$query = $this->db->query($sql);
-		
-		// Note: Due to a bug in current() that affects some versions
-		// of PHP we can not pass function call directly into it
-		$res = $query->result_array();
-		return current($res);
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Drop Table
-	 *
-	 * @access	public
-	 * @param	string	the table name
-	 * @return	bool
-	 */
-	function drop_table($table_name)
-	{
-		$sql = $this->_drop_table($table_name);
-		
-		if (is_bool($sql))
-		{
-			return $sql;
-		}
-	
-		return $this->db->query($sql);
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Generate CSV from a query result object
-	 *
-	 * @access	public
-	 * @param	object	The query result object
-	 * @param	string	The delimiter - tab by default
-	 * @param	string	The newline character - \n by default
-	 * @return	string
-	 */
-	function csv_from_result($query, $delim = "\t", $newline = "\n")
-	{
-		if ( ! is_object($query) OR ! method_exists($query, 'field_names'))
-		{
-			show_error('You must submit a valid result object');
-		}	
-	
-		$out = '';
-		
-		// First generate the headings from the table column names
-		foreach ($query->list_fields() as $name)
-		{
-			$out .= $name.$delim;
-		}
-		
-		$out = rtrim($out);
-		$out .= $newline;
-		
-		// Next blast through the result array and build out the rows
-		foreach ($query->result_array() as $row)
-		{
-			foreach ($row as $item)
-			{
-				$out .= $item.$delim;			
-			}
-			$out = rtrim($out);
-			$out .= $newline;
-		}
-
-		return $out;
-	}
-	
-	// --------------------------------------------------------------------
-
-	/**
-	 * Generate XML data from a query result object
-	 *
-	 * @access	public
-	 * @param	object	The query result object
-	 * @param	array	Any preferences
-	 * @return	string
-	 */
-	function xml_from_result($query, $params = array())
-	{
-		if ( ! is_object($query) OR ! method_exists($query, 'field_names'))
-		{
-			show_error('You must submit a valid result object');
-		}
-		
-		// Set our default values
-		foreach (array('root' => 'root', 'element' => 'element', 'newline' => "\n", 'tab' => "\t") as $key => $val)
-		{
-			if ( ! isset($params[$key]))
-			{
-				$params[$key] = $val;
-			}
-		}
-		
-		// Create variables for convenience
-		extract($params);
-			
-		// Load the xml helper
-		$CI =& get_instance();
-		$CI->load->helper('xml');
-
-		// Generate the result
-		$xml = "<{$root}>".$newline;
-		foreach ($query->result_array() as $row)
-		{
-			$xml .= $tab."<{$element}>".$newline;
-			
-			foreach ($row as $key => $val)
-			{
-				$xml .= $tab.$tab."<{$key}>".xml_convert($val)."</{$key}>".$newline;
-			}
-			$xml .= $tab."</{$element}>".$newline;
-		}
-		$xml .= "</$root>".$newline;
-		
-		return $xml;
-	}
-
-	// --------------------------------------------------------------------
-
-	/**
-	 * Database Backup
-	 *
-	 * @access	public
-	 * @return	void
-	 */
-	function backup($params = array())
-	{
-		// If the parameters have not been submitted as an
-		// array then we know that it is simply the table
-		// name, which is a valid short cut.
-		if (is_string($params))
-		{
-			$params = array('tables' => $params);
-		}
-		
-		// ------------------------------------------------------
-	
-		// Set up our default preferences
-		$prefs = array(
-							'tables'		=> array(),
-							'ignore'		=> array(),
-							'filename'		=> '',
-							'format'		=> 'gzip', // gzip, zip, txt
-							'add_drop'		=> TRUE,
-							'add_insert'	=> TRUE,
-							'newline'		=> "\n"
-						);
-
-		// Did the user submit any preferences? If so set them....
-		if (count($params) > 0)
-		{
-			foreach ($prefs as $key => $val)
-			{
-				if (isset($params[$key]))
-				{
-					$prefs[$key] = $params[$key];
-				}
-			}
-		}
-
-		// ------------------------------------------------------
-
-		// Are we backing up a complete database or individual tables?	
-		// If no table names were submitted we'll fetch the entire table list
-		if (count($prefs['tables']) == 0)
-		{
-			$prefs['tables'] = $this->db->list_tables();
-		}
-		
-		// ------------------------------------------------------
-
-		// Validate the format
-		if ( ! in_array($prefs['format'], array('gzip', 'zip', 'txt'), TRUE))
-		{
-			$prefs['format'] = 'txt';
-		}
-
-		// ------------------------------------------------------
-
-		// Is the encoder supported?  If not, we'll either issue an
-		// error or use plain text depending on the debug settings
-		if (($prefs['format'] == 'gzip' AND ! @function_exists('gzencode'))
-		 OR ($prefs['format'] == 'zip'  AND ! @function_exists('gzcompress')))
-		{
-			if ($this->db->db_debug)
-			{
-				return $this->db->display_error('db_unsuported_compression');
-			}
-		
-			$prefs['format'] = 'txt';
-		}
-
-		// ------------------------------------------------------
-
-		// Set the filename if not provided - Only needed with Zip files
-		if ($prefs['filename'] == '' AND $prefs['format'] == 'zip')
-		{
-			$prefs['filename'] = (count($prefs['tables']) == 1) ? $prefs['tables'] : $this->db->database;
-			$prefs['filename'] .= '_'.date('Y-m-d_H-i', time());
-		}
-
-		// ------------------------------------------------------
-				
-		// Was a Gzip file requested?
-		if ($prefs['format'] == 'gzip')
-		{
-			return gzencode($this->_backup($prefs));
-		}
-
-		// ------------------------------------------------------
-		
-		// Was a text file requested?
-		if ($prefs['format'] == 'txt')
-		{
-			return $this->_backup($prefs);
-		}
-
-		// ------------------------------------------------------
-
-		// Was a Zip file requested?		
-		if ($prefs['format'] == 'zip')
-		{
-			// If they included the .zip file extension we'll remove it
-			if (preg_match("|.+?\.zip$|", $prefs['filename']))
-			{
-				$prefs['filename'] = str_replace('.zip', '', $prefs['filename']);
-			}
-			
-			// Tack on the ".sql" file extension if needed
-			if ( ! preg_match("|.+?\.sql$|", $prefs['filename']))
-			{
-				$prefs['filename'] .= '.sql';
-			}
-
-			// Load the Zip class and output it
-			
-			$CI =& get_instance();
-			$CI->load->library('zip');
-			$CI->zip->add_data($prefs['filename'], $this->_backup($prefs));							
-			return $CI->zip->get_zip();
-		}
-		
-	}
-
-
-
-
-
-
-}
-
+<?php  if (!defined('BASEPATH')) exit('No direct script access allowed');

+/**

+ * Code Igniter

+ *

+ * An open source application development framework for PHP 4.3.2 or newer

+ *

+ * @package		CodeIgniter

+ * @author		Rick Ellis

+ * @copyright	Copyright (c) 2006, pMachine, Inc.

+ * @license		http://www.codeigniter.com/user_guide/license.html

+ * @link		http://www.codeigniter.com

+ * @since		Version 1.0

+ * @filesource

+ */

+

+// ------------------------------------------------------------------------

+

+/**

+ * Database Utility Class

+ *

+ * @category	Database

+ * @author		Rick Ellis

+ * @link		http://www.codeigniter.com/user_guide/database/

+ */

+class CI_DB_utility {

+

+	var $db;

+	var $data_cache = array();

+

+	/**

+	 * Constructor

+	 *

+	 * Grabs the CI super object instance so we can access it.

+	 *

+	 */	

+	function CI_DB_utility()

+	{

+		// Assign the main database object to $this->db

+		$CI =& get_instance();

+		$this->db =& $CI->db;

+		

+		log_message('debug', "Database Utility Class Initialized");

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Create database

+	 *

+	 * @access	public

+	 * @param	string	the database name

+	 * @return	bool

+	 */

+	function create_database($db_name)

+	{

+		$sql = $this->_create_database($db_name);

+		

+		if (is_bool($sql))

+		{

+			return $sql;

+		}

+	

+		return $this->db->query($sql);

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Drop database

+	 *

+	 * @access	public

+	 * @param	string	the database name

+	 * @return	bool

+	 */

+	function drop_database($db_name)

+	{

+		$sql = $this->_drop_database($db_name);

+		

+		if (is_bool($sql))

+		{

+			return $sql;

+		}

+	

+		return $this->db->query($sql);

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * List databases

+	 *

+	 * @access	public

+	 * @return	bool

+	 */

+	function list_databases()

+	{	

+		// Is there a cached result?

+		if (isset($this->data_cache['db_names']))

+		{

+			return $this->data_cache['db_names'];

+		}

+	

+		$query = $this->db->query($this->_list_databases());

+		$dbs = array();

+		if ($query->num_rows() > 0)

+		{

+			foreach ($query->result_array() as $row)

+			{

+				$dbs[] = current($row);

+			}

+		}

+			

+		$this->data_cache['db_names'] = $dbs;

+		return $this->data_cache['db_names'];

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Optimize Table

+	 *

+	 * @access	public

+	 * @param	string	the table name

+	 * @return	bool

+	 */

+	function optimize_table($table_name)

+	{

+		$sql = $this->_optimize_table($table_name);

+		

+		if (is_bool($sql))

+		{

+			return $sql;

+		}

+	

+		$query = $this->db->query($sql);

+		$res = $query->result_array();

+		

+		// Note: Due to a bug in current() that affects some versions

+		// of PHP we can not pass function call directly into it

+		return current($res);

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Optimize Database

+	 *

+	 * @access	public

+	 * @return	array

+	 */

+	function optimize_database()

+	{

+		$result = array();

+		foreach ($this->db->list_tables() as $table_name)

+		{

+			$sql = $this->_optimize_table($table_name);

+			

+			if (is_bool($sql))

+			{

+				return $sql;

+			}

+			

+			$query = $this->db->query($sql);

+			

+			// Build the result array...

+			// Note: Due to a bug in current() that affects some versions

+			// of PHP we can not pass function call directly into it

+			$res = $query->result_array();

+			$res = current($res);

+			$key = str_replace($this->db->database.'.', '', current($res));

+			$keys = array_keys($res);

+			unset($res[$keys[0]]);

+			

+			$result[$key] = $res;

+		}

+

+		return $result;

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Optimize Table

+	 *

+	 * @access	public

+	 * @param	string	the table name

+	 * @return	bool

+	 */

+

+	function repair_table($table_name)

+	{

+		$sql = $this->_repair_table($table_name);

+		

+		if (is_bool($sql))

+		{

+			return $sql;

+		}

+	

+		$query = $this->db->query($sql);

+		

+		// Note: Due to a bug in current() that affects some versions

+		// of PHP we can not pass function call directly into it

+		$res = $query->result_array();

+		return current($res);

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Drop Table

+	 *

+	 * @access	public

+	 * @param	string	the table name

+	 * @return	bool

+	 */

+	function drop_table($table_name)

+	{

+		$sql = $this->_drop_table($table_name);

+		

+		if (is_bool($sql))

+		{

+			return $sql;

+		}

+	

+		return $this->db->query($sql);

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Generate CSV from a query result object

+	 *

+	 * @access	public

+	 * @param	object	The query result object

+	 * @param	string	The delimiter - tab by default

+	 * @param	string	The newline character - \n by default

+	 * @return	string

+	 */

+	function csv_from_result($query, $delim = "\t", $newline = "\n")

+	{

+		if ( ! is_object($query) OR ! method_exists($query, 'field_names'))

+		{

+			show_error('You must submit a valid result object');

+		}	

+	

+		$out = '';

+		

+		// First generate the headings from the table column names

+		foreach ($query->list_fields() as $name)

+		{

+			$out .= $name.$delim;

+		}

+		

+		$out = rtrim($out);

+		$out .= $newline;

+		

+		// Next blast through the result array and build out the rows

+		foreach ($query->result_array() as $row)

+		{

+			foreach ($row as $item)

+			{

+				$out .= $item.$delim;			

+			}

+			$out = rtrim($out);

+			$out .= $newline;

+		}

+

+		return $out;

+	}

+	

+	// --------------------------------------------------------------------

+

+	/**

+	 * Generate XML data from a query result object

+	 *

+	 * @access	public

+	 * @param	object	The query result object

+	 * @param	array	Any preferences

+	 * @return	string

+	 */

+	function xml_from_result($query, $params = array())

+	{

+		if ( ! is_object($query) OR ! method_exists($query, 'field_names'))

+		{

+			show_error('You must submit a valid result object');

+		}

+		

+		// Set our default values

+		foreach (array('root' => 'root', 'element' => 'element', 'newline' => "\n", 'tab' => "\t") as $key => $val)

+		{

+			if ( ! isset($params[$key]))

+			{

+				$params[$key] = $val;

+			}

+		}

+		

+		// Create variables for convenience

+		extract($params);

+			

+		// Load the xml helper

+		$CI =& get_instance();

+		$CI->load->helper('xml');

+

+		// Generate the result

+		$xml = "<{$root}>".$newline;

+		foreach ($query->result_array() as $row)

+		{

+			$xml .= $tab."<{$element}>".$newline;

+			

+			foreach ($row as $key => $val)

+			{

+				$xml .= $tab.$tab."<{$key}>".xml_convert($val)."</{$key}>".$newline;

+			}

+			$xml .= $tab."</{$element}>".$newline;

+		}

+		$xml .= "</$root>".$newline;

+		

+		return $xml;

+	}

+

+	// --------------------------------------------------------------------

+

+	/**

+	 * Database Backup

+	 *

+	 * @access	public

+	 * @return	void

+	 */

+	function backup($params = array())

+	{

+		// If the parameters have not been submitted as an

+		// array then we know that it is simply the table

+		// name, which is a valid short cut.

+		if (is_string($params))

+		{

+			$params = array('tables' => $params);

+		}

+		

+		// ------------------------------------------------------

+	

+		// Set up our default preferences

+		$prefs = array(

+							'tables'		=> array(),

+							'ignore'		=> array(),

+							'filename'		=> '',

+							'format'		=> 'gzip', // gzip, zip, txt

+							'add_drop'		=> TRUE,

+							'add_insert'	=> TRUE,

+							'newline'		=> "\n"

+						);

+

+		// Did the user submit any preferences? If so set them....

+		if (count($params) > 0)

+		{

+			foreach ($prefs as $key => $val)

+			{

+				if (isset($params[$key]))

+				{

+					$prefs[$key] = $params[$key];

+				}

+			}

+		}

+

+		// ------------------------------------------------------

+

+		// Are we backing up a complete database or individual tables?	

+		// If no table names were submitted we'll fetch the entire table list

+		if (count($prefs['tables']) == 0)

+		{

+			$prefs['tables'] = $this->db->list_tables();

+		}

+		

+		// ------------------------------------------------------

+

+		// Validate the format

+		if ( ! in_array($prefs['format'], array('gzip', 'zip', 'txt'), TRUE))

+		{

+			$prefs['format'] = 'txt';

+		}

+

+		// ------------------------------------------------------

+

+		// Is the encoder supported?  If not, we'll either issue an

+		// error or use plain text depending on the debug settings

+		if (($prefs['format'] == 'gzip' AND ! @function_exists('gzencode'))

+		 OR ($prefs['format'] == 'zip'  AND ! @function_exists('gzcompress')))

+		{

+			if ($this->db->db_debug)

+			{

+				return $this->db->display_error('db_unsuported_compression');

+			}

+		

+			$prefs['format'] = 'txt';

+		}

+

+		// ------------------------------------------------------

+

+		// Set the filename if not provided - Only needed with Zip files

+		if ($prefs['filename'] == '' AND $prefs['format'] == 'zip')

+		{

+			$prefs['filename'] = (count($prefs['tables']) == 1) ? $prefs['tables'] : $this->db->database;

+			$prefs['filename'] .= '_'.date('Y-m-d_H-i', time());

+		}

+

+		// ------------------------------------------------------

+				

+		// Was a Gzip file requested?

+		if ($prefs['format'] == 'gzip')

+		{

+			return gzencode($this->_backup($prefs));

+		}

+

+		// ------------------------------------------------------

+		

+		// Was a text file requested?

+		if ($prefs['format'] == 'txt')

+		{

+			return $this->_backup($prefs);

+		}

+

+		// ------------------------------------------------------

+

+		// Was a Zip file requested?		

+		if ($prefs['format'] == 'zip')

+		{

+			// If they included the .zip file extension we'll remove it

+			if (preg_match("|.+?\.zip$|", $prefs['filename']))

+			{

+				$prefs['filename'] = str_replace('.zip', '', $prefs['filename']);

+			}

+			

+			// Tack on the ".sql" file extension if needed

+			if ( ! preg_match("|.+?\.sql$|", $prefs['filename']))

+			{

+				$prefs['filename'] .= '.sql';

+			}

+

+			// Load the Zip class and output it

+			

+			$CI =& get_instance();

+			$CI->load->library('zip');

+			$CI->zip->add_data($prefs['filename'], $this->_backup($prefs));							

+			return $CI->zip->get_zip();

+		}

+		

+	}

+

+

+

+

+

+

+}

+

 ?>
\ No newline at end of file
diff --git a/system/database/drivers/mssql/mssql_driver.php b/system/database/drivers/mssql/mssql_driver.php
index e4a2960..5140dd8 100644
--- a/system/database/drivers/mssql/mssql_driver.php
+++ b/system/database/drivers/mssql/mssql_driver.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mssql/mssql_result.php b/system/database/drivers/mssql/mssql_result.php
index eb471e4..66afd83 100644
--- a/system/database/drivers/mssql/mssql_result.php
+++ b/system/database/drivers/mssql/mssql_result.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mssql/mssql_utility.php b/system/database/drivers/mssql/mssql_utility.php
index 7f4e730..3a10221 100644
--- a/system/database/drivers/mssql/mssql_utility.php
+++ b/system/database/drivers/mssql/mssql_utility.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php
index 50f4ecf..2e1f30f 100644
--- a/system/database/drivers/mysql/mysql_driver.php
+++ b/system/database/drivers/mysql/mysql_driver.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mysql/mysql_result.php b/system/database/drivers/mysql/mysql_result.php
index 7dcd5cb..d1d742a 100644
--- a/system/database/drivers/mysql/mysql_result.php
+++ b/system/database/drivers/mysql/mysql_result.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mysql/mysql_utility.php b/system/database/drivers/mysql/mysql_utility.php
index b357f47..0d19214 100644
--- a/system/database/drivers/mysql/mysql_utility.php
+++ b/system/database/drivers/mysql/mysql_utility.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php
index 9cfc68e..4643cb2 100644
--- a/system/database/drivers/mysqli/mysqli_driver.php
+++ b/system/database/drivers/mysqli/mysqli_driver.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mysqli/mysqli_result.php b/system/database/drivers/mysqli/mysqli_result.php
index 0f2eb53..913a7dd 100644
--- a/system/database/drivers/mysqli/mysqli_result.php
+++ b/system/database/drivers/mysqli/mysqli_result.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/mysqli/mysqli_utility.php b/system/database/drivers/mysqli/mysqli_utility.php
index 3e2b8da..55ffcb7 100644
--- a/system/database/drivers/mysqli/mysqli_utility.php
+++ b/system/database/drivers/mysqli/mysqli_utility.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index 291e168..99b5ded 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -7,7 +7,7 @@
  * @package	 CodeIgniter

  * @author	  Rick Ellis

  * @copyright   Copyright (c) 2006, EllisLab, Inc.

- * @license	 http://www.codeignitor.com/user_guide/license.html

+ * @license	 http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since	   Version 1.0

  * @filesource

diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php
index 07f1544..cb27caf 100644
--- a/system/database/drivers/oci8/oci8_result.php
+++ b/system/database/drivers/oci8/oci8_result.php
@@ -7,7 +7,7 @@
  * @package	 CodeIgniter

  * @author	  Rick Ellis

  * @copyright   Copyright (c) 2006, EllisLab, Inc.

- * @license	 http://www.codeignitor.com/user_guide/license.html

+ * @license	 http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since	   Version 1.0

  * @filesource

diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php
index 1b49f41..0f9e4e8 100644
--- a/system/database/drivers/oci8/oci8_utility.php
+++ b/system/database/drivers/oci8/oci8_utility.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/odbc/odbc_driver.php b/system/database/drivers/odbc/odbc_driver.php
index d6451e0..3f42f7c 100644
--- a/system/database/drivers/odbc/odbc_driver.php
+++ b/system/database/drivers/odbc/odbc_driver.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/odbc/odbc_result.php b/system/database/drivers/odbc/odbc_result.php
index cced4d4..e909fd7 100644
--- a/system/database/drivers/odbc/odbc_result.php
+++ b/system/database/drivers/odbc/odbc_result.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/odbc/odbc_utility.php b/system/database/drivers/odbc/odbc_utility.php
index f8d9e3c..97e950f 100644
--- a/system/database/drivers/odbc/odbc_utility.php
+++ b/system/database/drivers/odbc/odbc_utility.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/postgre/postgre_driver.php b/system/database/drivers/postgre/postgre_driver.php
index 7989051..a8a6ca1 100644
--- a/system/database/drivers/postgre/postgre_driver.php
+++ b/system/database/drivers/postgre/postgre_driver.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/postgre/postgre_result.php b/system/database/drivers/postgre/postgre_result.php
index 5b955ad..9938d40 100644
--- a/system/database/drivers/postgre/postgre_result.php
+++ b/system/database/drivers/postgre/postgre_result.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php
index 9d56af3..fa5960e 100644
--- a/system/database/drivers/postgre/postgre_utility.php
+++ b/system/database/drivers/postgre/postgre_utility.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/system/database/drivers/sqlite/sqlite_driver.php
index b82618c..f8a573b 100644
--- a/system/database/drivers/sqlite/sqlite_driver.php
+++ b/system/database/drivers/sqlite/sqlite_driver.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/sqlite/sqlite_result.php b/system/database/drivers/sqlite/sqlite_result.php
index a16a5b0..9a2e2b6 100644
--- a/system/database/drivers/sqlite/sqlite_result.php
+++ b/system/database/drivers/sqlite/sqlite_result.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/database/drivers/sqlite/sqlite_utility.php b/system/database/drivers/sqlite/sqlite_utility.php
index 9683b17..85e74d0 100644
--- a/system/database/drivers/sqlite/sqlite_utility.php
+++ b/system/database/drivers/sqlite/sqlite_utility.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php
index 674ef3b..9c44471 100644
--- a/system/helpers/array_helper.php
+++ b/system/helpers/array_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php
index 4fb30bd..663ef1c 100644
--- a/system/helpers/cookie_helper.php
+++ b/system/helpers/cookie_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php
index c67e3da..b80f5f7 100644
--- a/system/helpers/date_helper.php
+++ b/system/helpers/date_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php
index 71f3778..4256136 100644
--- a/system/helpers/directory_helper.php
+++ b/system/helpers/directory_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php
index c9d81f6..2572334 100644
--- a/system/helpers/download_helper.php
+++ b/system/helpers/download_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index 89801c0..18798fd 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php
index 263dc0f..17022a3 100644
--- a/system/helpers/form_helper.php
+++ b/system/helpers/form_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php
index 152d18b..48d680f 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php
index 4914391..4202bd1 100644
--- a/system/helpers/inflector_helper.php
+++ b/system/helpers/inflector_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php
index eec0401..a8afd7d 100644
--- a/system/helpers/security_helper.php
+++ b/system/helpers/security_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php
index 9f16d31..86654a7 100644
--- a/system/helpers/smiley_helper.php
+++ b/system/helpers/smiley_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php
index 011be23..8ef7159 100644
--- a/system/helpers/string_helper.php
+++ b/system/helpers/string_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php
index 3c7270b..d315db0 100644
--- a/system/helpers/text_helper.php
+++ b/system/helpers/text_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php
index 131358c..355f02c 100644
--- a/system/helpers/typography_helper.php
+++ b/system/helpers/typography_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php
index 01cd345..b75ae6b 100644
--- a/system/helpers/url_helper.php
+++ b/system/helpers/url_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php
index 398b07e..e041bf9 100644
--- a/system/helpers/xml_helper.php
+++ b/system/helpers/xml_helper.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Benchmark.php b/system/libraries/Benchmark.php
index cf980a8..f677de7 100644
--- a/system/libraries/Benchmark.php
+++ b/system/libraries/Benchmark.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php
index 5fec40e..b6f1223 100644
--- a/system/libraries/Calendar.php
+++ b/system/libraries/Calendar.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Config.php b/system/libraries/Config.php
index 831ba92..6c97cd8 100644
--- a/system/libraries/Config.php
+++ b/system/libraries/Config.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php
index 81421cf..0b34465 100644
--- a/system/libraries/Controller.php
+++ b/system/libraries/Controller.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Email.php b/system/libraries/Email.php
index c7aeb33..d8ab472 100644
--- a/system/libraries/Email.php
+++ b/system/libraries/Email.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php
index dc952dd..e5ad78c 100644
--- a/system/libraries/Encrypt.php
+++ b/system/libraries/Encrypt.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Exceptions.php b/system/libraries/Exceptions.php
index a0630af..49d64aa 100644
--- a/system/libraries/Exceptions.php
+++ b/system/libraries/Exceptions.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php
index 18f6ff9..b4bbd23 100644
--- a/system/libraries/Ftp.php
+++ b/system/libraries/Ftp.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php
index bb06fce..15e1009 100644
--- a/system/libraries/Hooks.php
+++ b/system/libraries/Hooks.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php
index e79dad4..8922ea6 100644
--- a/system/libraries/Image_lib.php
+++ b/system/libraries/Image_lib.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index b41dcfb..c18ea59 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Language.php b/system/libraries/Language.php
index 26775ec..ffdbcf0 100644
--- a/system/libraries/Language.php
+++ b/system/libraries/Language.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 2e762e9..051d3d8 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Log.php b/system/libraries/Log.php
index b82fe96..79fec6c 100644
--- a/system/libraries/Log.php
+++ b/system/libraries/Log.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Model.php b/system/libraries/Model.php
index 3b4c2e1..e81d438 100644
--- a/system/libraries/Model.php
+++ b/system/libraries/Model.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Output.php b/system/libraries/Output.php
index 53003f1..7e13316 100644
--- a/system/libraries/Output.php
+++ b/system/libraries/Output.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php
index c5c718d..538c427 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php
index 613668a..4e1f9b9 100644
--- a/system/libraries/Parser.php
+++ b/system/libraries/Parser.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 6b1d5ea..efd8e07 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Router.php b/system/libraries/Router.php
index 501a8ee..4d04c00 100644
--- a/system/libraries/Router.php
+++ b/system/libraries/Router.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Session.php b/system/libraries/Session.php
index 9dd2770..84bb3ee 100644
--- a/system/libraries/Session.php
+++ b/system/libraries/Session.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php
index 451428d..d282621 100644
--- a/system/libraries/Sha1.php
+++ b/system/libraries/Sha1.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index 44acce6..d3e8828 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.3.1

  * @filesource

diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php
index 7c13a50..1d9be60 100644
--- a/system/libraries/Trackback.php
+++ b/system/libraries/Trackback.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/URI.php b/system/libraries/URI.php
index e3cf9c5..06a7893 100644
--- a/system/libraries/URI.php
+++ b/system/libraries/URI.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php
index 74ed127..ccb2e68 100644
--- a/system/libraries/Unit_test.php
+++ b/system/libraries/Unit_test.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.3.1

  * @filesource

diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php
index fa1cf1e..f804dce 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php
index ea5db4d..67a3c2b 100644
--- a/system/libraries/User_agent.php
+++ b/system/libraries/User_agent.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php
index 3dfc7be..33753bc 100644
--- a/system/libraries/Validation.php
+++ b/system/libraries/Validation.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php
index fc6208e..9204bea 100644
--- a/system/libraries/Xmlrpc.php
+++ b/system/libraries/Xmlrpc.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis, Paul Burdick

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php
index 0185302..5ba1dd0 100644
--- a/system/libraries/Xmlrpcs.php
+++ b/system/libraries/Xmlrpcs.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis, Paul Burdick

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php
index 518c978..d76d8c9 100644
--- a/system/libraries/Zip.php
+++ b/system/libraries/Zip.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php
index 7d1694f..466e4f8 100644
--- a/system/plugins/captcha_pi.php
+++ b/system/plugins/captcha_pi.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/plugins/js_calendar_pi.php b/system/plugins/js_calendar_pi.php
index 686dcdf..44d3fcc 100644
--- a/system/plugins/js_calendar_pi.php
+++ b/system/plugins/js_calendar_pi.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/system/scaffolding/Scaffolding.php b/system/scaffolding/Scaffolding.php
index 6f4babd..70c6156 100644
--- a/system/scaffolding/Scaffolding.php
+++ b/system/scaffolding/Scaffolding.php
@@ -7,7 +7,7 @@
  * @package		CodeIgniter

  * @author		Rick Ellis

  * @copyright	Copyright (c) 2006, EllisLab, Inc.

- * @license		http://www.codeignitor.com/user_guide/license.html

+ * @license		http://www.codeigniter.com/user_guide/license.html

  * @link		http://www.codeigniter.com

  * @since		Version 1.0

  * @filesource

diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 78e1ecb..fdd870a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -83,6 +83,7 @@
     <li>Fixed an example of comma-separated emails in the email library documentation.</li>

     <li>Fixed an example in the Calendar library for Showing Next/Previous Month Links.</li>

     <li>Fixed a typo in the database language file. </li>

+    <li>Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. </li>

     <li>Fixed a typo in the <a href="./helpers/string_helper.html">String Helper</a> (uniquid changed to uniqid) </li>

     <li>Fixed a typo in the DocBlock comment for unset_userdata() in Session.</li>

 </ul>