diff options
author | redmatrix <git@macgirvin.com> | 2016-07-07 18:53:09 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-07 18:53:09 -0700 |
commit | ee1ec0428b21cadb324de44f2cd70c3e8403100a (patch) | |
tree | 2139a6fc226deeee7edbf8b1c885310dc1a736e4 /Zotlabs | |
parent | 3b17dca25216c4e7cca11b00008b9a5ea2855480 (diff) | |
download | volse-hubzilla-ee1ec0428b21cadb324de44f2cd70c3e8403100a.tar.gz volse-hubzilla-ee1ec0428b21cadb324de44f2cd70c3e8403100a.tar.bz2 volse-hubzilla-ee1ec0428b21cadb324de44f2cd70c3e8403100a.zip |
gak one more typo
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 6eae02692..58d39da83 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -842,7 +842,7 @@ class Item extends \Zotlabs\Web\Controller { $z = q("select created from item where uid = %d and created > %s - INTERVAL %s and body = '%s' limit 1", intval($profile_uid), - dbutcnow(), + db_utcnow(), db_quoteinterval('2 MINUTE'), dbesc($body) ); |