Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Message in search result "Function split() is deprecated in"
#2
Hi

In "inc.ClassDMS.php" file change line 415
PHP Code:
$tkeys split("[\t\r\n ,]+"$query); 
to
PHP Code:
$tkeys preg_split("/[\t\r\n ,]+/"$query); 


Doudoux

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)