commit | 114ab0988e20ac6be39ad363ff897a1a3b85e565 | [log] [tgz] |
---|---|---|
author | Razican <devnull@localhost> | Mon Apr 25 17:26:45 2011 +0200 |
committer | Razican <devnull@localhost> | Mon Apr 25 17:26:45 2011 +0200 |
tree | e20da6ac8647d11304464db6c98ae32725193635 | |
parent | 48d6d5856ea95dd363f2a420f08200f488fb5151 [diff] [blame] |
Fixed double-space typo.
diff --git a/system/database/drivers/odbc/odbc_utility.php b/system/database/drivers/odbc/odbc_utility.php index d335bed..424958b 100644 --- a/system/database/drivers/odbc/odbc_utility.php +++ b/system/database/drivers/odbc/odbc_utility.php
@@ -1,4 +1,4 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); +<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter *