forked from GNUsocial/gnu-social
53cabc0171
darcs-hash:20090105045603-7b5ce-2cef1b92d9c91b0db70269d94f42ae06076229b2.gz
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
hunk ./scripts/update_facebook.php 51
|
|
+print date('r', $current_time) . " Looking for notices to send to Facebook...\n";
|
|
+
|
|
+$cnt = 0;
|
|
+
|
|
hunk ./scripts/update_facebook.php 67
|
|
+ $cnt++;
|
|
hunk ./scripts/update_facebook.php 74
|
|
+print "Sent $cnt notices to Facebook.\n";
|
|
+
|