fixing syntax error

This commit is contained in:
Sebastian Grewe 2013-07-15 09:06:54 +02:00
parent be9a8d3fda
commit 7cc1e2543c

View File

@ -421,7 +421,7 @@ class User {
* @param userID int User ID * @param userID int User ID
* return data array Database fields as used in SELECT * return data array Database fields as used in SELECT
**/ **/
public function getUserData($userID) e public function getUserData($userID) {
$this->debug->append("STA " . __METHOD__, 4); $this->debug->append("STA " . __METHOD__, 4);
$this->debug->append("Fetching user information for user id: $userID"); $this->debug->append("Fetching user information for user id: $userID");
$stmt = $this->mysqli->prepare(" $stmt = $this->mysqli->prepare("