Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. function hasFormData()
  2. {
  3.         return false;
  4. }
  5.  
  6. if (hasFormData())
  7. {
  8.         reiskosten(1, 2);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement