View Single Post
  #1  
Old 25th April 2011, 01:13
Milos1987 Milos1987 is offline
Member
 
Join Date: Jun 2010
Switzerland
Posts: 6
Default Deprecated: Function ereg
First sorry for my bad English .....

I get this error
Code:
Deprecated: Function ereg () is deprecated in 
C: \ xampp \ htdocs \ include \ baseapi.php on line 123
I use xampp
Thanks

Code:
line 123                            if (!ereg("[.]", $file) && is_theme($file)) {
Reply With Quote