From: Michael Wallner Date: Sat, 9 Mar 2013 14:35:36 +0000 (+0100) Subject: rm tmp X-Git-Tag: v1.0.0~13 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=commitdiff_plain;h=519b07c17830f76e97b269a4b2a4936b02a4eae7 rm tmp --- diff --git a/lib/tmp.php b/lib/tmp.php deleted file mode 100644 index e262481..0000000 --- a/lib/tmp.php +++ /dev/null @@ -1,34 +0,0 @@ -find(array(array("id>" => 1), array("id IS" => new pq\Query\Expr("NULL")))); -$current = $rowset->current(); -$current->dt->mod(new pq\Query\Expr("- interval '3 day'")); -$current->update(); -var_dump($current); -echo PHP_EOL; \ No newline at end of file