mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 05:07:36 +02:00
typos & whitespace
This commit is contained in:
@@ -10,7 +10,6 @@ require dirname(__FILE__) . '/../dibi/dibi.php';
|
||||
date_default_timezone_set('Europe/Prague');
|
||||
|
||||
|
||||
|
||||
// CHANGE TO REAL PARAMETERS!
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite3',
|
||||
@@ -20,7 +19,6 @@ dibi::connect(array(
|
||||
));
|
||||
|
||||
|
||||
|
||||
// generate and dump SQL
|
||||
dibi::test("
|
||||
INSERT INTO [mytable]", array(
|
||||
|
Reference in New Issue
Block a user