diff options
Diffstat (limited to 'dbparse.js')
-rw-r--r-- | dbparse.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ function getIndexType(index) return "course"; if (/^[A-Za-zåäöÅÄÖ]{4}$/.test(index)) return "teacher"; - if (/^\w\d{3}$/.test(index)) + if (/^\w\d{3}R?$/.test(index)) return "class"; } |