Posted by kkk Sat 3rd Mar 2007 20:10 - Syntax is PHP - 20 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
  1. // get links newer than $newerthan
  2.     if (isset($this->newerthan)){
  3.         $from_where = $from_where . "AND UNIX_TIMESTAMP(link_date) > " . $this->newerthan;
  4.         $from_text = PLIGG_Visual_Search_WithinTheLast . intval((time() - $this->newerthan) / 86400). PLIGG_Visual_Search_Days;
  5.     }else{
  6.         $from_datetime = "";
  7.         $from_text = "";
  8.     }
  9.  

PermaLink to this entry https://pastebin.co.uk/11347
Posted by kkk Sat 3rd Mar 2007 20:10 - Syntax is PHP - 20 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers

 

Comments: 0