provide last successful poll run time (using relative time) in siteinfo so that we can tell folks that have no idea what we're talking about that their poller definitely isn't running and this is probably why nothing works correctly.
This commit is contained in:
@@ -368,11 +368,6 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) {
|
||||
$Text = preg_replace_callback("/\[pre\](.*?)\[\/pre\]/ism", 'bb_spacefy',$Text);
|
||||
}
|
||||
|
||||
// Not yet implemented - thinking this should display a map or perhaps be a map directive
|
||||
// if (strpos($Text,'[location]') !== false) {
|
||||
// $Text = preg_replace_callback("/\[location\](.*?)\[\/location\]/ism", 'bb_location',$Text);
|
||||
// }
|
||||
|
||||
|
||||
|
||||
// If we find any event code, turn it into an event.
|
||||
|
Reference in New Issue
Block a user