]> git.mxchange.org Git - friendica.git/commitdiff
stray debugging statement
authorFriendika <info@friendika.com>
Wed, 8 Dec 2010 01:16:05 +0000 (17:16 -0800)
committerFriendika <info@friendika.com>
Wed, 8 Dec 2010 01:16:05 +0000 (17:16 -0800)
mod/photos.php

index 581c104a5460cb2f7955be476bb770dc06ec5c32..f29c393869cd4eda108f3ab16be3e5b8ff7a3470 100644 (file)
@@ -644,7 +644,7 @@ function photos_content(&$a) {
        $owner_uid = $a->data['user']['uid'];
 
        $community_page = (($a->data['user']['page-flags'] == PAGE_COMMUNITY) ? true : false);
-dbg(1);
+
        if((local_user()) && (local_user() == $owner_uid))
                $can_post = true;
        else {