]> git.mxchange.org Git - friendica-addons.git/commitdiff
jappixmini: logging message when cron hook is called
authorLeberwurscht <leberwurscht@hoegners.de>
Mon, 16 Apr 2012 17:26:44 +0000 (19:26 +0200)
committerLeberwurscht <leberwurscht@hoegners.de>
Mon, 16 Apr 2012 17:26:44 +0000 (19:26 +0200)
jappixmini/jappixmini.php

index 3b03743da39ed35445c542c73d4709a25af77a0b..a648aba7da6356f6b40db40fcbfa8e415ee0fc3a 100644 (file)
@@ -450,6 +450,7 @@ function jappixmini_cron(&$a, $d) {
 
        // go through list of users with jabber enabled
        $users = q("SELECT `uid` FROM `pconfig` WHERE `cat`='jappixmini' AND (`k`='autosubscribe' OR `k`='autoapprove') AND `v`='1'");
+       logger("jappixmini: Update list of contacts' jabber accounts for ".count($users)." users.");
 
        foreach ($users as $row) {
                $uid = $row["uid"];