From afadeef5cc359b4b3cb8372de1d2424691787807 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 31 Dec 2007 15:55:09 +0100 Subject: issue85, fixed order-by-photo name --- phpfspot_db.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpfspot_db.php') 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; -- cgit v1.2.3-18-g5258