| @@ -35,16 +35,8 @@ | ||
| 35 | 35 | */ |
| 36 | 36 | protected $_query; |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * The error message. | |
| 40 | - * | |
| 41 | - * @access protected | |
| 42 | - * @var string | |
| 43 | - */ | |
| 44 | - protected $_error; | |
| 45 | - | |
| 46 | - /** | |
| 47 | 39 | * Constructor. |
| 48 | 40 | * |
| 49 | 41 | * @access public |
| 50 | 42 | * @param string $query The query. |
| @@ -175,18 +167,8 @@ | ||
| 175 | 167 | } |
| 176 | 168 | $this->_data = $data; |
| 177 | 169 | |
| 178 | 170 | return true; |
| 179 | - } | |
| 180 | - | |
| 181 | - /** | |
| 182 | - * Returns the error, if any. | |
| 183 | - * | |
| 184 | - * @access public | |
| 185 | - * @return string | |
| 186 | - */ | |
| 187 | - public function get_error() { | |
| 188 | - return $this->_error; | |
| 189 | 171 | } |
| 190 | 172 | |
| 191 | 173 | /** |
| 192 | 174 | * Returns the final query. |