silence some warnings at php E_ALL levels

This commit is contained in:
friendica
2013-08-28 21:56:01 -07:00
parent 7b27add546
commit b4bd518e40
5 changed files with 13 additions and 13 deletions

View File

@@ -394,7 +394,9 @@ function visible_activity($item) {
function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional') {
$tstart = dba_timer();
$t0 = $t1 = $t2 = $t3 = $t4 = $t5 = $t6 = null;
$content_html = '';
$o = '';
require_once('bbcode.php');