Diverse Sync Scripte Vilesci->Portal

This commit is contained in:
Andreas Österreicher
2006-11-30 16:24:41 +00:00
parent 0ea5f15c62
commit 75946e95e5
22 changed files with 1768 additions and 305 deletions
+7 -5
View File
@@ -53,11 +53,13 @@ class person
var $updatevon; // varchar(16)
var $ext_id; // bigint
// ***********************************************************************
// * Konstruktor - Uebergibt die Connection und laedt optional eine Person
// * @param $conn Datenbank-Connection
// * $person_id Person die geladen werden soll (default=null)
// ***********************************************************************
// *************************************************************************
// * Konstruktor - Uebergibt die Connection und laedt optional eine Lehrform
// * @param $conn Datenbank-Connection
// * $person_id Person die geladen werden soll (default=null)
// * $unicode Gibt an ob die Daten mit UNICODE Codierung
// * oder LATIN9 Codierung verarbeitet werden sollen
// *************************************************************************
function person($conn, $person_id=null, $unicode=false)
{
$this->conn = $conn;