-Wall cleanup

This commit is contained in:
Mike Macgirvin
2010-10-30 13:25:37 -07:00
parent 768acb0a3f
commit fab63ca751
8 changed files with 32 additions and 20 deletions

View File

@@ -85,7 +85,7 @@ function profile_content(&$a, $update = 0) {
$groups = array();
$tab = 'posts';
$o = '';
if($update) {
// Ensure we've got a profile owner if updating.
@@ -256,7 +256,6 @@ function profile_content(&$a, $update = 0) {
);
$cmnt_tpl = load_view_file('view/comment_item.tpl');
$like_tpl = load_view_file('view/like.tpl');