Advertisement
Guest User

Untitled

a guest
May 27th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. -- CALL VIA PHP
  2. public static function freeStorage($userID)
  3. {
  4. return core::$sql -> getRow("exec sys_FreeStorageSlots '$userID' ");
  5. }
  6.  
  7. -- CALL VIA SQL
  8. exec @Freeslots = sys_FreeStorageSlots @usersID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement