Advertisement
emanuele

Untitled

Dec 11th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $version = $smcFunc['db_get_version']();
  2.  
  3. // if we got a Beta/RC Version
  4. preg_match('/(beta|rc)/i', $version, $matches, PREG_OFFSET_CAPTURE);
  5. if (!empty($matches))
  6. {
  7. $version = substr($version, 0, $matches[0][1]).'.0';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement