2009-01-05 04:56:03 +00:00
|
|
|
hunk ./scripts/update_facebook.php 51
|
|
|
|
+print date('r', $current_time) . " Looking for notices to send to Facebook...\n";
|
2009-01-05 01:04:07 +00:00
|
|
|
+
|
2009-01-05 04:56:03 +00:00
|
|
|
+$cnt = 0;
|
2009-01-05 01:04:07 +00:00
|
|
|
+
|
2009-01-05 04:56:03 +00:00
|
|
|
hunk ./scripts/update_facebook.php 67
|
|
|
|
+ $cnt++;
|
|
|
|
hunk ./scripts/update_facebook.php 74
|
|
|
|
+print "Sent $cnt notices to Facebook.\n";
|
2009-01-05 01:04:07 +00:00
|
|
|
+
|