Skip to content

Commit

Permalink
removing included php-browscap file and comment in new browscap class
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Dec 23, 2007
1 parent 6aef64b commit 473fdec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
87 changes: 0 additions & 87 deletions includes/php-local-browscap.php

This file was deleted.

2 changes: 1 addition & 1 deletion modules/base/classes/browscap.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function owa_browscap($ua = '') {

// set user agent
$this->ua = $ua;
$this->e->debug('hello from browscap');

// init cache
$this->cache = &owa_coreAPI::cacheSingleton();
$this->cache->setCacheDir(OWA_CACHE_DIR);
Expand Down

0 comments on commit 473fdec

Please sign in to comment.