Heine

  • drupal
  • drupal core commits
  • about
Home

Commit 214064 by webchick

#467558 by yched: Small field API optimization.

--- modules/field/modules/field_sql_storage/field_sql_storage.module    2009/05/17 00:32:29     1.7
+++ modules/field/modules/field_sql_storage/field_sql_storage.module    2009/05/20 05:24:33     1.8
@@ -239,7 +239,7 @@
 
     $table_name = _field_sql_storage_tablename($field_name);
     $revision_name = _field_sql_storage_revision_tablename($field_name);
-    $field = field_read_field($field_name);
+    $field = field_info_field($field_name);
 
     // Leave the field untouched if $object comes with no $field_name property.
     // Empty the field if $object->$field_name is NULL or an empty array.

No votes yet
  • Drupal Core
  • Download patch

Recent posts

  • Drupal 6: $base_path doesn't always point to the frontpage
  • XNA SoundEffect ContentLoadException
  • A new form element in Drupal core
  • The backstabbing March-Hare
  • Drupal HEAD and HTTP 500 errors on IIS 7

All-time popular content

  • Update UID 1 password via JS
  • Keeping an eye on Drupal core
  • Subversion on Strato V-PowerServer
  • A new form element in Drupal core
  • Access denied - Are you sure?
more

Tags

Captcha Coding Drupal FAPI IIS Let's hope it doesn't become popular Performance PHP Planet Drupal Quiz Security V-PowerServer
more tags
  • drupal
  • drupal core commits
  • about

Copyright © 2009 by Heine Deelstra. All rights reserved.