This commit is contained in:
Andreas Moik
2016-03-21 15:26:51 +01:00
parent bbc2b74a65
commit 50feec07ae
6 changed files with 1317 additions and 1261 deletions
+7 -5
View File
@@ -15,9 +15,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*
* Authors: Christian Paminger <[email protected]>,
* Andreas Oesterreicher <[email protected]> and
* Rudolf Hangl <[email protected]>.
* Authors: Christian Paminger <[email protected]>,
* Andreas Oesterreicher <[email protected]>,
* Rudolf Hangl <[email protected]> and
* Andreas Moik <[email protected]>.
*/
require_once(dirname(__FILE__).'/basis_db.class.php');
@@ -156,8 +157,9 @@ class akadgrad extends basis_db
}
}
public function __toString(){
return $this->akadgrad_kurzbz;
public function __toString()
{
return $this->akadgrad_kurzbz;
}
}
?>