#361683 follow-up by sun: Remove more windows line endings.
parent
8bac2dd319
commit
f3ed3283db
|
@ -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) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
// TODO : merge with field.default.inc ?
|
// TODO : merge with field.default.inc ?
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
/* Node display */
|
/* Node display */
|
||||||
.field .field-label,
|
.field .field-label,
|
||||||
.field .field-label-inline,
|
.field .field-label-inline,
|
||||||
|
|
Loading…
Reference in New Issue