@@ -112,7 +112,4 @@ |
||
| 112 | 112 | $fullCommand = "$command 2>&1"; |
| 113 | 113 | passthru($fullCommand, $return_var); |
| 114 | 114 | if ($return_var) { |
| 115 | - throw new Exception('FAILED executing: ' . $command); |
|
| 116 | - } |
|
| 117 | - } |
|
| 118 | -} |
|
| 115 | + throw new Exception('FAILED executing: ' . $command |
|
| 119 | 116 | \ No newline at end of file |
@@ -112,7 +112,4 @@ |
||
| 112 | 112 | $fullCommand = "$command 2>&1"; |
| 113 | 113 | passthru($fullCommand, $return_var); |
| 114 | 114 | if ($return_var) { |
| 115 | - throw new Exception('FAILED executing: ' . $command); |
|
| 116 | - } |
|
| 117 | - } |
|
| 118 | -} |
|
| 115 | + throw new Exception('FAILED executing: ' . $command |
|
| 119 | 116 | \ No newline at end of file |
@@ -112,7 +112,4 @@ |
||
| 112 | 112 | $fullCommand = "$command 2>&1"; |
| 113 | 113 | passthru($fullCommand, $return_var); |
| 114 | 114 | if ($return_var) { |
| 115 | - throw new Exception('FAILED executing: ' . $command); |
|
| 116 | - } |
|
| 117 | - } |
|
| 118 | -} |
|
| 115 | + throw new Exception('FAILED executing: ' . $command |
|
| 119 | 116 | \ No newline at end of file |
@@ -112,7 +112,4 @@ |
||
| 112 | 112 | $fullCommand = "$command 2>&1"; |
| 113 | 113 | passthru($fullCommand, $return_var); |
| 114 | 114 | if ($return_var) { |
| 115 | - throw new Exception('FAILED executing: ' . $command); |
|
| 116 | - } |
|
| 117 | - } |
|
| 118 | -} |
|
| 115 | + throw new Exception('FAILED executing: ' . $command |
|
| 119 | 116 | \ No newline at end of file |
@@ -112,7 +112,4 @@ |
||
| 112 | 112 | $fullCommand = "$command 2>&1"; |
| 113 | 113 | passthru($fullCommand, $return_var); |
| 114 | 114 | if ($return_var) { |
| 115 | - throw new Exception('FAILED executing: ' . $command); |
|
| 116 | - } |
|
| 117 | - } |
|
| 118 | -} |
|
| 115 | + throw new Exception('FAILED executing: ' . $command |
|
| 119 | 116 | \ No newline at end of file |
@@ -78,6 +78,4 @@ |
||
| 78 | 78 | FROM card_collection |
| 79 | 79 | WHERE |
| 80 | 80 | collection_id = ' . $connection->quote($sourceCollection->getId()) . ' |
| 81 | - AND card_id IN (' . $cardSubQuery . ')'); |
|
| 82 | - } |
|
| 83 | -} |
|
| 81 | + AND card_id IN (' . $cardSubQuery |
|
| 84 | 82 | \ No newline at end of file |
@@ -78,6 +78,4 @@ |
||
| 78 | 78 | FROM card_collection |
| 79 | 79 | WHERE |
| 80 | 80 | collection_id = ' . $connection->quote($sourceCollection->getId()) . ' |
| 81 | - AND card_id IN (' . $cardSubQuery . ')'); |
|
| 82 | - } |
|
| 83 | -} |
|
| 81 | + AND card_id IN (' . $cardSubQuery |
|
| 84 | 82 | \ No newline at end of file |
@@ -78,6 +78,4 @@ |
||
| 78 | 78 | FROM card_collection |
| 79 | 79 | WHERE |
| 80 | 80 | collection_id = ' . $connection->quote($sourceCollection->getId()) . ' |
| 81 | - AND card_id IN (' . $cardSubQuery . ')'); |
|
| 82 | - } |
|
| 83 | -} |
|
| 81 | + AND card_id IN (' . $cardSubQuery |
|
| 84 | 82 | \ No newline at end of file |
@@ -78,6 +78,4 @@ |
||
| 78 | 78 | FROM card_collection |
| 79 | 79 | WHERE |
| 80 | 80 | collection_id = ' . $connection->quote($sourceCollection->getId()) . ' |
| 81 | - AND card_id IN (' . $cardSubQuery . ')'); |
|
| 82 | - } |
|
| 83 | -} |
|
| 81 | + AND card_id IN (' . $cardSubQuery |
|
| 84 | 82 | \ No newline at end of file |
@@ -78,6 +78,4 @@ |
||
| 78 | 78 | FROM card_collection |
| 79 | 79 | WHERE |
| 80 | 80 | collection_id = ' . $connection->quote($sourceCollection->getId()) . ' |
| 81 | - AND card_id IN (' . $cardSubQuery . ')'); |
|
| 82 | - } |
|
| 83 | -} |
|
| 81 | + AND card_id IN (' . $cardSubQuery |
|
| 84 | 82 | \ No newline at end of file |