Compare commits
3 Commits
9c82aec3c5
...
1357e21155
| Author | SHA1 | Date | |
|---|---|---|---|
| 1357e21155 | |||
| d4a67f0a30 | |||
| 2b14563643 |
@@ -39,11 +39,9 @@ class BenutzerController
|
||||
|
||||
public function nextId()
|
||||
{
|
||||
|
||||
$result = $this->db->nextId();
|
||||
|
||||
return $result;
|
||||
|
||||
return json_encode($result);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -94,7 +94,6 @@ class BenutzerModel extends Database
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
public function nextId()
|
||||
{
|
||||
|
||||
@@ -114,8 +113,6 @@ class BenutzerModel extends Database
|
||||
return $result;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user