Changeset 633229
- Timestamp:
- 12/02/2012 11:14:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
facebook-awd-seo-comments/trunk/inc/classes/class.AWD_facebook_comments_base.php
r633227 r633229 77 77 if($this->comments_url == '') 78 78 return false; 79 $fql = "SELECT comments_fbid,commentsbox_count,comment_count FROM link_stat WHERE url=' http://www.ahwebdev.fr/plugins/facebook-awd.html'";79 $fql = "SELECT comments_fbid,commentsbox_count,comment_count FROM link_stat WHERE url='".$this->comments_url."'"; 80 80 try { 81 81 $fql_url_object = $this->AWD_facebook->fcbk->api(array('method'=>'fql.query','query'=>$fql));
Note: See TracChangeset
for help on using the changeset viewer.