blob: 034bf359140a40c6cb07310b9611780795ac501a (
plain)
1
2
3
4
5
6
7
|
<?php
//do some dummy stuff to test the newly created tables
/*
$query=OC_DB::prepare("INSERT INTO *PREFIX*test_dummy(foo_name,foo_value) VALUES(?,?)");
$query->execute(array('bar',42));
*/
?>
|