Facebook sync #159

Merged
annando merged 14 commits from master into master 2013-10-28 07:50:54 +01:00
Showing only changes of commit 2ee711e55c - Show all commits

View file

@ -499,7 +499,7 @@ function jappixmini_script(&$a,&$s) {
$r = q("SELECT `username` FROM `user` WHERE `uid`=$uid");
$nickname = json_encode($r[0]["username"]);
$groupchats = get_config('jappixmini','groupchats');
//if $groupchats has no value jappix_addon_start will have an sytax error
//if $groupchats has no value jappix_addon_start will produce a syntax error
if(!isset($groupchats)){
$groupchats = "{}";
}