summaryrefslogtreecommitdiff
path: root/_darcs/tentative_pristine
blob: 212e028d83819ddaaac96504eb5e59493599779b (plain)
1
2
3
4
5
6
7
8
9
10
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";
+