diff options
author | friendica <info@friendica.com> | 2013-02-10 16:04:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-10 16:04:03 -0800 |
commit | 2cfd73c57da302a1171f22a5b1b73a5d2195d3ad (patch) | |
tree | 4d65185655ed1c4962a889841998de7e5ef05d32 /include/conversation.php | |
parent | 99c5f88963227a48544747e9dc8b13550b88c0f2 (diff) | |
download | volse-hubzilla-2cfd73c57da302a1171f22a5b1b73a5d2195d3ad.tar.gz volse-hubzilla-2cfd73c57da302a1171f22a5b1b73a5d2195d3ad.tar.bz2 volse-hubzilla-2cfd73c57da302a1171f22a5b1b73a5d2195d3ad.zip |
progress on mod/display - slow but any progress is good
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index fe4ac54f5..c1748dea2 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -714,6 +714,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional') { if($page_mode === 'preview') logger('preview: ' . print_r($threads,true)); +// Do not un-comment if smarty3 is in use // logger('page_template: ' . $page_template); // logger('nouveau: ' . print_r($threads,true)); |