Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. function chargeVBRates() {
  2.     $installVillaBoards = determineInstallVbAmount();
  3.     $villaboardM2 = $GLOBALS["vbMsq"] / 1000000;
  4.  
  5.     return $villaboardM2;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement