]> git.mxchange.org Git - friendica-addons.git/commitdiff
minor
authorfriendica <info@friendica.com>
Fri, 6 Jul 2012 01:02:41 +0000 (18:02 -0700)
committerfriendica <info@friendica.com>
Fri, 6 Jul 2012 01:02:41 +0000 (18:02 -0700)
facebook.tgz
facebook/facebook.php
jappixmini.tgz
page.tgz
page/page.css

index 497015b7fc8a1891cfa5248ac9565271c1f8a1eb..6ec94f3a8ee2c9779967f1b8aa44af83270e608b 100644 (file)
Binary files a/facebook.tgz and b/facebook.tgz differ
index e48d73ad403b1e2cfb6a169f00e02724a06e1eb5..127456af5b6de72d232a9ed69b5338ffdd2ed338 100644 (file)
@@ -3,7 +3,8 @@
  * Name: Facebook Connector
  * Version: 1.3
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
- *         Tobias Hößl <https://github.com/CatoTH/>
+ * Author: Tobias Hößl <https://github.com/CatoTH/>
+ *
  */
 
 /**
@@ -162,10 +163,11 @@ function facebook_init(&$a) {
                }
        }
 
-
        if($a->argc != 2)
                return;
+
        $nick = $a->argv[1];
+
        if(strlen($nick))
                $r = q("SELECT `uid` FROM `user` WHERE `nickname` = '%s' LIMIT 1",
                                dbesc($nick)
@@ -758,7 +760,7 @@ function facebook_plugin_admin(&$a, &$o){
                elseif (is_array($subs)) {
                        $o .= t('The given API Key seems to work correctly.') . '<br>';
                        $working_connection = true;
-               } else $o .= t('The correctness of the API Key could not be detected. Somthing strange\'s going on.') . '<br>';
+               } else $o .= t('The correctness of the API Key could not be detected. Something strange\'s going on.') . '<br>';
        }
        
        $o .= '<label for="fb_appid">' . t('App-ID / API-Key') . '</label><input id="fb_appid" name="appid" type="text" value="' . escape_tags($appid ? $appid : "") . '"><br style="clear: both;">';
index a49c0b4e7884116bacf2a33bc6c0684c345e7982..212bb25e62e6ff3f3c8e3a1adab670901b745776 100644 (file)
Binary files a/jappixmini.tgz and b/jappixmini.tgz differ
index 0db604c2ffae4f8434d9fd0d375c144e6eb63ef7..7e95737fddf2a8b250f93402fb8f9c9112d346cd 100644 (file)
Binary files a/page.tgz and b/page.tgz differ
index 44b970d8f2813b5c7c35b9e10132abb8d7234142..0c0fe3cdff7e68d9486324ce3048b9b07713aae8 100644 (file)
@@ -11,4 +11,3 @@
        float: left;
 }
 
-