partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 38eb49d3503671b96e094c1766353e5ad0561bd3
parent 0a2e6e8511c39d346f2142a7a4eba815894a5088
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 16 Jun 2011 05:21:40 +0800

Quote the table "User" because it's reserved in most SQL dialects

Diffstat:
Msrc/de/RaumZeitLabor/PartKeepr/Auth/User.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/de/RaumZeitLabor/PartKeepr/Auth/User.php b/src/de/RaumZeitLabor/PartKeepr/Auth/User.php @@ -2,7 +2,7 @@ namespace de\RaumZeitLabor\PartKeepr\Auth; declare(encoding = 'UTF-8'); -/** @Entity */ +/** @Entity @Table(name="`User`") */ class User { /**