diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2023-08-09 13:56:19 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2023-08-09 13:56:19 +0000 |
| commit | 1403583c57b00b3bbff67be5e7f54ba8ce0c472f (patch) | |
| tree | 9ce2c374e6a956b65a6b5845b6d455b578829e1a /lib/models | |
| parent | fa0f8936de4e2cc40cfe166d0e6fe765c01709ef (diff) | |
Resolve "SQL-Fehler beim Löschen von Veranstaltungen"
Closes #2963
Merge request studip/studip!2015
Diffstat (limited to 'lib/models')
| -rw-r--r-- | lib/models/StudipStudyArea.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/models/StudipStudyArea.class.php b/lib/models/StudipStudyArea.class.php index 877b5a8..74c50a7 100644 --- a/lib/models/StudipStudyArea.class.php +++ b/lib/models/StudipStudyArea.class.php @@ -21,7 +21,6 @@ * @property string priority database column * @property string info database column * @property string name database column - * @property string studip_object_id database column * @property string type database column * @property SimpleORMapCollection _children has_many StudipStudyArea * @property Institute institute belongs_to Institute |
