Changed null to NULL

This commit is contained in:
Deon George
2012-07-05 13:06:17 +10:00
parent c8fb3253aa
commit 326eb7bef3
12 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ class lnApp_Meta {
return array();
if (empty($this->_data[$key]))
return null;
return NULL;
else
return $this->_data[$key];
}