Skip to content

Commit

Permalink
Support for passing NULL values (automatically as :null_value:) #8301
Browse files Browse the repository at this point in the history
  • Loading branch information
workbooks committed Feb 11, 2011
1 parent d64aa57 commit 8c0b5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ _Create one or more objects_
Example, creating a single organisation:
<code>
$create_one_organisation = array(
'method' => 'CREATE',
'name' => 'Birkbeck Burgers',
'industry' => 'Food',
'main_location[country]' => 'United Kingdom',
Expand Down Expand Up @@ -207,6 +206,7 @@ Example:
'id' => $object_id_lock_versions[0]['id'],
'lock_version' => $object_id_lock_versions[0]['lock_version'],
'name' => 'Lights \'R Us',
'main_location[postcode]' => NULL, # Clear the postcode.
),
array (
'method' => 'DELETE',
Expand Down

0 comments on commit 8c0b5f8

Please sign in to comment.