MyBB Internal Error

MyBB has experienced an internal error and cannot continue.

Error Type:
(8192)
Error Message:
Function set_magic_quotes_runtime() is deprecated
Location:
File: inc/class_core.php
Line: 161
Code:
158.             $this->strip_slashes_array($_GET);
159.             $this->strip_slashes_array($_COOKIE);
160.         }
161.         set_magic_quotes_runtime(0);
162.         @ini_set("magic_quotes_gpc"0);
163.         @ini_set("magic_quotes_runtime"0); 
164. 
Backtrace:
File Line Function
/inc/class_error.php 169 errorHandler->output_error
[PHP]   errorHandler->error
/inc/class_core.php 161 set_magic_quotes_runtime
/inc/init.php 49 MyBB->MyBB
/global.php 17 require_once
/syndication.php 15 require_once