$Id$
+-- 2008-07-31 version 6.x-2.x-dev and 6.x-1.x-dev
+* #287166 PostgreSQL Compatibility fix in update 6130
+
-- 2008-07-11 version 6.x-2.x-dev and 6.x-1.x-dev
* #267538 added support for private file system
* #269478 including fckeditor.php twice is causing errors
function fckeditor_update_6130() {
$ret = array();
- $result = db_query('SELECT * FROM {fckeditor_settings} WHERE name != "FCKeditor Global Profile"');
+ $result = db_query("SELECT * FROM {fckeditor_settings} WHERE name != 'FCKeditor Global Profile'");
$hasimce = module_exists('imce');
while(($data = db_fetch_object($result))) {
if ($data->settings) {