diff options
author | friendica <info@friendica.com> | 2013-11-06 17:27:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-06 17:27:51 -0800 |
commit | 8b9633e46b7cdd4241e369d8f9cf10cec14956d2 (patch) | |
tree | d495b06da3f4511000813b26b785df7403063978 /mod | |
parent | 310ccfda997449dcc08c0d37d194c12b6f929c6d (diff) | |
download | volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.gz volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.bz2 volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.zip |
DB - allow private messages to expire
Diffstat (limited to 'mod')
-rw-r--r-- | mod/dirsearch.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php index 08a0bab96..527eb4c50 100644 --- a/mod/dirsearch.php +++ b/mod/dirsearch.php @@ -181,8 +181,8 @@ function dirsearch_content(&$a) { $entry['name'] = $rr['xchan_name']; $entry['hash'] = $rr['xchan_hash']; - $entry['updated'] = (($rr['ud_date']) ? $rr['ud_date'] : '0000-00-00 00:00:00'); - $entry['update_guid'] = (($rr['ud_guid']) ? $rr['ud_guid'] : ''); +// $entry['updated'] = (($rr['ud_date']) ? $rr['ud_date'] : '0000-00-00 00:00:00'); +// $entry['update_guid'] = (($rr['ud_guid']) ? $rr['ud_guid'] : ''); $entry['url'] = $rr['xchan_url']; $entry['photo'] = $rr['xchan_photo_m']; $entry['address'] = $rr['xchan_addr']; |