biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

common/kill_detail.php contains deprecated require_once #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See also bug 116

line 149 of common/kill_detail.php contains:

                require_once('common/includes/class.corp.php');

which given the content on class.corp.php is now deprecated and should be 
changed. It's probably 
already on your list to do but I thought I'd note it anyway.

Thanks

Original issue reported on code.google.com by twe...@gmail.com on 29 May 2010 at 2:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r707.

Original comment by mastergamer0168@gmail.com on 29 May 2010 at 2:17

GoogleCodeExporter commented 9 years ago
There's deprecated require_once's in other files too. I'll remove them as well.

Original comment by mastergamer0168@gmail.com on 29 May 2010 at 2:30