@@ -61,6 +61,9 @@ |
||
| 61 | 61 | return (!empty($iId)) ? $rStmt->fetch(PDO::FETCH_OBJ) : $rStmt->fetchAll(PDO::FETCH_OBJ); |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | + /** |
|
| 65 | + * @param string $iReportId |
|
| 66 | + */ |
|
| 64 | 67 | public function delete($iReportId) |
| 65 | 68 | { |
| 66 | 69 | $rStmt = Db::getInstance()->prepare('DELETE FROM' . Db::prefix('Report') . 'WHERE reportId = :reportId LIMIT 1'); |
@@ -204,7 +204,6 @@ |
||
| 204 | 204 | /** |
| 205 | 205 | * Language helper function. |
| 206 | 206 | * |
| 207 | - * @param string $sVar [, string $... ] |
|
| 208 | 207 | * |
| 209 | 208 | * @return string Returns the text with gettext function or language in an array (this depends on whether a key language was found in the language table). |
| 210 | 209 | */ |