[Pkg-owncloud-commits] [owncloud] 06/172: remove unusued variable
David Prévot
taffit at moszumanska.debian.org
Sun May 18 20:09:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 0fe4db099265c7e7a9f4be2c98bb3d9329670286
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Sat Apr 19 16:02:15 2014 +0200
remove unusued variable
---
tests/lib/appframework/db/MapperTest.php | 6 ------
1 file changed, 6 deletions(-)
diff --git a/tests/lib/appframework/db/MapperTest.php b/tests/lib/appframework/db/MapperTest.php
index 015528d..c4eb35a 100644
--- a/tests/lib/appframework/db/MapperTest.php
+++ b/tests/lib/appframework/db/MapperTest.php
@@ -197,12 +197,6 @@ class MapperTest extends MapperTestUtility {
public function testUpdateNoId(){
- $sql = 'UPDATE `*PREFIX*table` ' .
- 'SET ' .
- '`pre_name` = ?,'.
- '`email` = ? ' .
- 'WHERE `id` = ?';
-
$params = array('john', 'my at email');
$entity = new Example();
$entity->setPreName($params[0]);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list