suppressing boring deprecation warning after release

This commit is contained in:
real_nowhereman 2009-10-11 08:26:38 +00:00
parent 0541fa23df
commit 918cfc99e6
2 changed files with 3 additions and 3 deletions

View File

@ -215,7 +215,7 @@
do_action('comment_post', $fp_params['entry'], array($id, $arr)); do_action('comment_post', $fp_params['entry'], array($id, $arr));
$q =& new FPDB_Query(array('id'=>$fp_params['entry'],'fullparse'=>false), null); $q = new FPDB_Query(array('id'=>$fp_params['entry'],'fullparse'=>false), null);
list($entryid, $e) = $q->getEntry(); list($entryid, $e) = $q->getEntry();

View File

@ -17,7 +17,7 @@ Author URI: http://www.nowhereland.it
* @param string $contents The comment * @param string $contents The comment
* @return unknown * @return unknown
*/ */
function plugin_qspam_validate(&$bool, $contents) { function plugin_qspam_validate($bool, $contents) {
if (!$bool) { if (!$bool) {
return false; return false;
} }