mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-05 21:09:28 +00:00
This commit is contained in:
@@ -1228,11 +1228,11 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
|
||||
*/
|
||||
function _XF(&$format)
|
||||
{
|
||||
if ($format != 0)
|
||||
if ($format)
|
||||
{
|
||||
return($format->getXfIndex());
|
||||
}
|
||||
else
|
||||
}
|
||||
else
|
||||
{
|
||||
return(0x0F);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$dont_sync_sql='studiengang_kz!=299 AND studiengang_kz!=327 AND studiengang_kz!=329';
|
||||
$dont_sync_php=array('299','327','329');
|
||||
$dont_sync_sql='studiengang_kz!=299 AND studiengang_kz!=999'; //AND studiengang_kz!=327 AND studiengang_kz!=329
|
||||
$dont_sync_php=array('299','999'); //,'327','329'
|
||||
|
||||
$adress='fas_sync@technikum-wien.at';
|
||||
//$adress='pam@technikum-wien.at';
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* Rudolf Hangl <rudolf.hangl@technikum-wien.at>.
|
||||
*/
|
||||
|
||||
include('../../vilesci/config.inc.php');
|
||||
include('../../../vilesci/config.inc.php');
|
||||
|
||||
$conn=pg_connect(CONN_STRING) or die("Connection zur Portal Datenbank fehlgeschlagen");
|
||||
$conn_fas=pg_connect(CONN_STRING_FAS) or die("Connection zur FAS Datenbank fehlgeschlagen");
|
||||
@@ -29,7 +29,7 @@ $qry1='';
|
||||
<head>
|
||||
<title>Personendatenkorrektur</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
|
||||
<link href="../../skin/vilesci_old.css" rel="stylesheet" type="text/css">
|
||||
<link href="../../../skin/vilesci_old.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
@@ -262,7 +262,7 @@ if($result = pg_query($conn_fas, $qry))
|
||||
{
|
||||
$i++;
|
||||
echo "<tr class='liste".($i%2)."'>";
|
||||
echo "<form action='$PHP_SELF' method='POST'>";
|
||||
echo "<form action='' method='POST'>";
|
||||
echo "<td><input type='submit' value='Speichern'></td>";
|
||||
echo "<td>'".$row->personpk1."'";
|
||||
echo "<input type='hidden' name='person_pk' value='".$row->personpk1."'>";
|
||||
@@ -331,7 +331,7 @@ if($result = pg_query($conn_fas, $qry))
|
||||
echo "</tr>";
|
||||
echo "</form>";
|
||||
echo "<tr class='liste".($i%2)."'>";
|
||||
echo "<form action='$PHP_SELF' method='POST'>";
|
||||
echo "<form action='' method='POST'>";
|
||||
echo "<td><input type='submit' value='Speichern'></td>";
|
||||
echo "<td>'".$row->personpk2."'";
|
||||
echo "<input type='hidden' name='person_pk' value='".$row->personpk2."'>";
|
||||
|
||||
Reference in New Issue
Block a user