Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $version = $smcFunc['db_get_version']();
- // if we got a Beta/RC Version
- preg_match('/(beta|rc)/i', $version, $matches, PREG_OFFSET_CAPTURE);
- if (!empty($matches))
- {
- $version = substr($version, 0, $matches[0][1]).'.0';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement