From 0670738ff9e62c7bcd6d3fa7150a74dfaa1c0e74 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Wed, 12 Jan 2011 15:06:17 +0000 Subject: [PATCH] --- include/geschaeftsjahr.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/geschaeftsjahr.class.php b/include/geschaeftsjahr.class.php index 9f5e2488e..4747e98e7 100644 --- a/include/geschaeftsjahr.class.php +++ b/include/geschaeftsjahr.class.php @@ -244,7 +244,7 @@ class geschaeftsjahr extends basis_db { if($row = $this->db_fetch_object()) { - return $row->geschaeftsjahr_kurbz; + return $row->geschaeftsjahr_kurzbz; } } return false;