1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-30 19:00:13 +02:00

typos & whitespace

This commit is contained in:
David Grudl
2013-12-30 23:19:42 +01:00
parent 6f99db544f
commit 8112fe10d0
51 changed files with 592 additions and 1412 deletions

View File

@@ -14,7 +14,6 @@ dibi::connect(array(
));
$res = dibi::query('
SELECT * FROM products
INNER JOIN orders USING (product_id)