Guest User

Untitled

a guest
Mar 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. if(isset($_GET['month']) && !empty($_GET['month'])){
  3. if(is_numeric($_GET['month'])){
  4. return '&where=`["MONTH(FROM_UNIXTIME(modResource.publishedon)) = '.$_GET['month'].'"]`';
  5. }
  6. }
Add Comment
Please, Sign In to add comment