#361683 follow-up by sun: Remove more windows line endings.
parent
8bac2dd319
commit
f3ed3283db
modules/field
|
@ -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
|
||||
* 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) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
// TODO : merge with field.default.inc ?
|
||||
|
||||
/**
|
||||
|
|
|
@ -3,5 +3,4 @@ name = List
|
|||
description = Defines list field types. Use with Options to create selection lists.
|
||||
package = Core - fields
|
||||
core = 7.x
|
||||
|
||||
files[]=list.module
|
||||
|
|
|
@ -3,5 +3,4 @@ name = Number
|
|||
description = Defines numeric field types.
|
||||
package = Core - fields
|
||||
core = 7.x
|
||||
|
||||
files[]=number.module
|
||||
|
|
|
@ -3,5 +3,4 @@ name = Text
|
|||
description = Defines simple text field types.
|
||||
package = Core - fields
|
||||
core = 7.x
|
||||
|
||||
files[]=text.module
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $Id$ */
|
||||
|
||||
/* Node display */
|
||||
.field .field-label,
|
||||
.field .field-label-inline,
|
||||
|
|
Loading…
Reference in New Issue