X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_db.php;h=df41e73e7bd9cc31881ca8d916ffaf405f26e878;hp=e9c99ce62ad906e5345a154c275f1d5d6959bd59;hb=e90667ee43cd743d3ab5b41ab4782b9e08dd0d6e;hpb=42421caef780487aeaa633f62ae08ec397865b68;ds=sidebyside diff --git a/phpfspot_db.php b/phpfspot_db.php index e9c99ce..df41e73 100644 --- a/phpfspot_db.php +++ b/phpfspot_db.php @@ -73,6 +73,7 @@ class PHPFSPOT_DB { $this->setConnStatus(false); } else { + sqlite3_create_function($this->db, 'basename', 1, 'basename'); $this->setConnStatus(true); } break;