summaryrefslogtreecommitdiff
path: root/framework/I18N/core/MessageSource_MySQL.php
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-03-19 21:20:47 +0000
committergodzilla80@gmx.net <>2009-03-19 21:20:47 +0000
commitde021710e1c0dae732e61ecb42a9ac60440f55ee (patch)
treedffb0f86c8db116759087d2795470d1e2cda9c5f /framework/I18N/core/MessageSource_MySQL.php
parent798783263a8638675c0df2d1274fb1947ef79d1b (diff)
replace is_null() function calls with native native language constuct
Diffstat (limited to 'framework/I18N/core/MessageSource_MySQL.php')
-rw-r--r--framework/I18N/core/MessageSource_MySQL.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/I18N/core/MessageSource_MySQL.php b/framework/I18N/core/MessageSource_MySQL.php
index 317d53e2..080b89bc 100644
--- a/framework/I18N/core/MessageSource_MySQL.php
+++ b/framework/I18N/core/MessageSource_MySQL.php
@@ -87,7 +87,7 @@ class MessageSource_MySQL extends MessageSource
{
/*static $conn;
- if(!is_null($conn))
+ if($conn!==null)
return $conn;
*/
$dsninfo = $this->dns;