#361683 follow-up by sun: Remove more windows line endings.

merge-requests/26/head
Angie Byron 2009-02-05 03:42:58 +00:00
parent 8bac2dd319
commit f3ed3283db
21 changed files with 5890 additions and 5890 deletions

View File

@ -560,7 +560,7 @@ function hook_field_storage_load($obj_type, $queried_objs, $age) {
* TRUE if this is an update to an existing object, FALSE if it is * TRUE if this is an update to an existing object, FALSE if it is
* an insert of a new object. * an insert of a new object.
*/ */
function hook_field_storage_write($obj_type, $object, TRUE) { function hook_field_storage_write($obj_type, $object, $update = TRUE) {
} }
/** /**

View File

@ -1,5 +1,6 @@
<?php <?php
// $Id$ // $Id$
// TODO : merge with field.default.inc ? // TODO : merge with field.default.inc ?
/** /**

View File

@ -3,5 +3,4 @@ name = List
description = Defines list field types. Use with Options to create selection lists. description = Defines list field types. Use with Options to create selection lists.
package = Core - fields package = Core - fields
core = 7.x core = 7.x
files[]=list.module files[]=list.module

View File

@ -3,5 +3,4 @@ name = Number
description = Defines numeric field types. description = Defines numeric field types.
package = Core - fields package = Core - fields
core = 7.x core = 7.x
files[]=number.module files[]=number.module

View File

@ -3,5 +3,4 @@ name = Text
description = Defines simple text field types. description = Defines simple text field types.
package = Core - fields package = Core - fields
core = 7.x core = 7.x
files[]=text.module files[]=text.module

View File

@ -1,3 +1,5 @@
/* $Id$ */
/* Node display */ /* Node display */
.field .field-label, .field .field-label,
.field .field-label-inline, .field .field-label-inline,