Index: trunk/phase3/includes/DatabaseSqlite.php |
— | — | @@ -1,12 +1,8 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * This script is the SQLite database abstraction layer, see http://www.organicdesign.co.nz/Extension_talk:MediaWikiLite.php |
5 | | - * - Licenced under LGPL (http://www.gnu.org/copyleft/lesser.html){{php}} |
6 | | - * - Author: [http://www.organicdesign.co.nz/nad User:Nad] |
7 | | - * - Started: 2007-12-17 |
8 | | - * - Last update: 2008-01-20 |
| 4 | + * This script is the SQLite database abstraction layer |
9 | 5 | * |
10 | | - * {{php}}{{category:Extensions|DatabaseSqlite.php}} |
| 6 | + * See maintenance/sqlite/README for development notes and other specific information |
11 | 7 | */ |
12 | 8 | |
13 | 9 | /** |