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=d0ba69737f67bd7beb7f2050082b5e043375749c;hpb=e8bc8f7d5f8dea6906f6e61ba464353c92e87ccf 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;