aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-06 17:27:51 -0800
committerfriendica <info@friendica.com>2013-11-06 17:27:51 -0800
commit8b9633e46b7cdd4241e369d8f9cf10cec14956d2 (patch)
treed495b06da3f4511000813b26b785df7403063978 /mod/dirsearch.php
parent310ccfda997449dcc08c0d37d194c12b6f929c6d (diff)
downloadvolse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.gz
volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.bz2
volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.zip
DB - allow private messages to expire
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php4
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'];