diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-07 17:11:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-07 17:11:26 -0300 |
commit | af9f953bd66ebf3c276a13ff0259519301e2959a (patch) | |
tree | 13de3a9a046e4b1b58a734836cd2c8cfdd13f481 /muamba.install | |
parent | eccd915b23e2ea7a1485ecceae9e89ecc2e5c3f7 (diff) | |
download | muamba-af9f953bd66ebf3c276a13ff0259519301e2959a.tar.gz muamba-af9f953bd66ebf3c276a13ff0259519301e2959a.tar.bz2 |
Adding muamba_node_update()
Diffstat (limited to 'muamba.install')
-rw-r--r-- | muamba.install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/muamba.install b/muamba.install index 2ffc573..bd1a710 100644 --- a/muamba.install +++ b/muamba.install @@ -31,8 +31,6 @@ function muamba_schema() { 'not null' => TRUE, 'default' => 0, ), - // This assumes that the node won't have his author changed, - // which might be reasonable depending on the application. 'owner' => array( 'description' => t('The {user}.owner owner of an item.'), 'type' => 'int', |