diff options
author | Erich Eckner <git@eckner.net> | 2020-06-23 16:42:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-23 16:42:00 +0200 |
commit | f84231f1225b2ca649a4d8d205b3d08d417ae6a4 (patch) | |
tree | becfd611dbc4dc4c485b824a94faac05d779a511 | |
parent | 87f22f27494d806d5273f0e808c33115ae7dd3c9 (diff) | |
download | FH-Wetter-f84231f1225b2ca649a4d8d205b3d08d417ae6a4.tar.xz |
fhunit.pas: fh-jena.de -> eah-jena.de
-rw-r--r-- | fhunit.pas | 2 | ||||
-rw-r--r-- | wetter.lps | 18 |
2 files changed, 16 insertions, 4 deletions
@@ -423,7 +423,7 @@ begin 'stunde='+inttostr(mZeit[zgStunde])+'&'+ 'minute='+inttostr(10*mZeit[zgMin10])+'&'+ 'submit=Abfrage starten'); - ladeProzess.parameters.add('http://wetter.mb.fh-jena.de/station/datenbank/php_alt/abfrage1.php'); + ladeProzess.parameters.add('http://wetter.mb.eah-jena.de/station/datenbank/php_alt/abfrage1.php'); bytesRead:=0; ladeProzess.execute; ladeProzess.closeInput; @@ -36,8 +36,8 @@ <IsPartOfProject Value="True"/> <IsVisibleTab Value="True"/> <EditorIndex Value="2"/> - <TopLine Value="721"/> - <CursorPos X="53" Y="749"/> + <TopLine Value="404"/> + <CursorPos X="52" Y="426"/> <UsageCount Value="60"/> <Loaded Value="True"/> </Unit3> @@ -139,7 +139,7 @@ <Loaded Value="True"/> </Unit16> </Units> - <JumpHistory Count="26" HistoryIndex="25"> + <JumpHistory Count="29" HistoryIndex="28"> <Position1> <Filename Value="pegelunit.pas"/> <Caret Line="633" Column="58" TopLine="597"/> @@ -242,6 +242,18 @@ <Filename Value="fhunit.pas"/> <Caret Line="740" Column="53" TopLine="712"/> </Position26> + <Position27> + <Filename Value="fhunit.pas"/> + <Caret Line="749" Column="53" TopLine="721"/> + </Position27> + <Position28> + <Filename Value="fhunit.pas"/> + <Caret Line="421" Column="20" TopLine="410"/> + </Position28> + <Position29> + <Filename Value="fhunit.pas"/> + <Caret Line="112" Column="3" TopLine="95"/> + </Position29> </JumpHistory> <RunParams> <FormatVersion Value="2"/> |