Commit 0fbbd7bd by Scott Vivian

Switch to E_USER_NOTICE for deprecation (E_USER_DEPRECATED was 5.3+ only)

parent 4dff3693
......@@ -333,7 +333,7 @@
Return the handle corresponding to $userid, unless it is null in which case return null.
*/
{
trigger_error('Function qa_post_userid_to_handle is deprecated; use qa_userid_to_handle instead', E_USER_DEPRECATED);
trigger_error('Function qa_post_userid_to_handle is deprecated; use qa_userid_to_handle instead', E_USER_NOTICE);
return qa_userid_to_handle($userid);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment