]> git.mxchange.org Git - friendica-addons.git/commitdiff
modified: public_server.tgz bug fixes
authorKeith Fernie <me@keithfernie.co.uk>
Sat, 19 May 2012 18:44:22 +0000 (19:44 +0100)
committerKeith Fernie <me@keithfernie.co.uk>
Sat, 19 May 2012 18:44:22 +0000 (19:44 +0100)
modified:   public_server/public_server.php bug fixes

public_server.tgz
public_server/public_server.php

index c9a67fe35ef2c182f781b00ff0ee0d637f0314cc..d970d4861f10172fa335c901556621f9a614f168 100755 (executable)
Binary files a/public_server.tgz and b/public_server.tgz differ
index 9d469829108171836d1a1227f3cf30bcfb6e02ae..3711854f8a2e9f33c841bf0c76ac4f1239807f9b 100644 (file)
@@ -106,7 +106,7 @@ function public_server_cron($a,$b) {
         $flagposts = get_config('public_server','flagposts');
         $flagpostsexpire = get_config('public_server','flagpostsexpire');
        if ($flagposts && $flagpostsexpire) {
-               $r = q("select uid from user where account_expired = 0 and login_date < UTC_TIMESTAMP() - INTERVAL %d DAY and account_expires_on = '0000-00-00 00:00:00' and expire = 0 and 'page-flags' = 0",intval(flagposts));
+               $r = q("select uid from user where account_expired = 0 and login_date < UTC_TIMESTAMP() - INTERVAL %d DAY and account_expires_on = '0000-00-00 00:00:00' and expire = 0 and `page-flags` = 0",intval($flagposts));
                if(count($r)) {
                        foreach($r as $rr)
                                q("update user set expire = %d where uid = %d limit 1",