diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-11 15:17:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-11 15:17:46 -0300 |
commit | 9c482d8051637d687022458b20fe07c77171c33e (patch) | |
tree | 56e2552ed24dc6cb02edea920c030fd8e5914084 | |
parent | fb8fc9adfab91b8fbd468ce88ba53fe96faeb33f (diff) | |
download | muamba-9c482d8051637d687022458b20fe07c77171c33e.tar.gz muamba-9c482d8051637d687022458b20fe07c77171c33e.tar.bz2 |
Insert REQUEST_TIME in changed field at muamba_request()
-rw-r--r-- | muamba.business.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muamba.business.inc b/muamba.business.inc index 01be0e9..7156363 100644 --- a/muamba.business.inc +++ b/muamba.business.inc @@ -144,6 +144,7 @@ function muamba_request($nid) { 'uid' => $user->uid, 'status' => MUAMBA_REQUESTED, 'created' => REQUEST_TIME, + 'changed' => REQUEST_TIME, ); // Issue item request |