[svn r14449] remove a debug statement

skala
Eric Marguin 18 years ago
parent 31e2f48b20
commit 61fb9d4062
  1. 2
      main/forum/forumfunction.inc.php

@ -562,7 +562,7 @@ function delete_post($post_id)
thread_last_post='".mysql_real_escape_string($last_post_of_thread['post_id'])."', thread_last_post='".mysql_real_escape_string($last_post_of_thread['post_id'])."',
thread_date='".mysql_real_escape_string($last_post_of_thread['post_date'])."' thread_date='".mysql_real_escape_string($last_post_of_thread['post_date'])."'
WHERE thread_id='".mysql_real_escape_string($_GET['thread'])."'"; WHERE thread_id='".mysql_real_escape_string($_GET['thread'])."'";
echo $sql;
api_sql_query($sql,__FILE__,__LINE__); api_sql_query($sql,__FILE__,__LINE__);
return 'PostDeleted'; return 'PostDeleted';
} }

Loading…
Cancel
Save