tbrehm
2012-11-14 bfcdef6bc91753cb2044e3626f522b5b1aec129f
interface/lib/classes/aps_base.inc.php
@@ -43,9 +43,6 @@
class ApsBase
{
    protected $app = null;
    protected $db = null;
    protected $log_prefix = '';
    protected $fetch_url = '';
    protected $aps_version = '';
@@ -63,9 +60,6 @@
     */
    public function __construct($app, $log_prefix = 'APS: ', $interface_mode = false)
    {
        $this->db = $app->db;
        $this->app = $app;
        $this->log_prefix = $log_prefix;
        $this->interface_mode = $interface_mode;
        $this->fetch_url = 'apscatalog.com';