Browse Source

Remove redundant line

remotes/origin/stable6
Thomas Tanghus 14 years ago
parent
commit
d048ff719d
  1. 1
      lib/vcategories.php

1
lib/vcategories.php

@ -551,7 +551,6 @@ class OC_VCategories {
try {
$query = 'DELETE FROM `' . self::RELATION_TABLE . '` ';
$query .= 'WHERE `objid` IN (' . str_repeat('?,', count($ids)-1) . '?) ';
$updates = $ids;
$query .= 'AND `type`= ?';
$updates[] = $type;
$stmt = OCP\DB::prepare($query);

Loading…
Cancel
Save