gnu-social/_darcs/tentative_pristine
Zach Copley 53cabc0171 trac750 added some output to the facebook_update.php script
darcs-hash:20090105045603-7b5ce-2cef1b92d9c91b0db70269d94f42ae06076229b2.gz
2009-01-04 23:56:03 -05:00

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";
+