Browse Source

cleanup: don't trigger rebuild code; fail silently (boardlink race fix; I will test it a bit)

pull/40/head
czaks 10 years ago
parent
commit
cbf44d4d75
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1057,7 +1057,7 @@ function clean() {
$query->execute() or error(db_error($query));
while ($post = $query->fetch(PDO::FETCH_ASSOC)) {
deletePost($post['id']);
deletePost($post['id'], false, false);
}
}

Loading…
Cancel
Save