Revision: 6510
http://care2002.svn.sourceforge.net/care2002/?rev=6510&view=rev
Author: mizuko
Date: 2010-06-30 15:59:51 +0000 (Wed, 30 Jun 2010)
Log Message:
-----------
see #54
Modified Paths:
--------------
care2x/branches/gettext/modules/tech/tech-bot-pass.php
care2x/branches/gettext/modules/tech/technik-info.php
care2x/branches/gettext/modules/tech/technik-questions.php
care2x/branches/gettext/modules/tech/technik-repabot-pass.php
care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php
care2x/branches/gettext/modules/tech/technik-reparatur-empfang.php
care2x/branches/gettext/modules/tech/technik-reparatur-melden.php
care2x/branches/gettext/modules/tech/technik-report-arch.php
Modified: care2x/branches/gettext/modules/tech/tech-bot-pass.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-bot-pass.php 2010-06-30
15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/tech-bot-pass.php 2010-06-30
15:59:51 UTC (rev 6510)
@@ -18,15 +18,15 @@
$allowedarea=&$allow_area['tech'];
-$breakfile='technik.php?sid='.$sid.'&lang='.$lang;
+$breakfile='tech.php?sid='.$sid.'&lang='.$lang;
if($mode=='fragebot')
-{ $fileforward="technik.php".URL_REDIRECT_APPEND."&mode=$mode&stb=2";
+{ $fileforward="tech.php".URL_REDIRECT_APPEND."&mode=$mode&stb=2";
$title=$LDQBotActivate;
}
else
{
- $fileforward="technik.php?sid=$sid&lang=$lang&mode=$mode&stb=1";
+ $fileforward="tech.php?sid=$sid&lang=$lang&mode=$mode&stb=1";
$title=$LDRepabotActivate;
}
Modified: care2x/branches/gettext/modules/tech/technik-info.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-info.php 2010-06-30
15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/technik-info.php 2010-06-30
15:59:51 UTC (rev 6510)
@@ -16,7 +16,7 @@
require_once($root_path.'include/helpers/inc_config_color.php');
$thisfile=basename(__FILE__);
-$breakfile='technik.php'.URL_APPEND;
+$breakfile='tech.php'.URL_APPEND;
$returnfile=$_SESSION['sess_file_return'].URL_APPEND;
$_SESSION['sess_file_return']=basename(__FILE__);
Modified: care2x/branches/gettext/modules/tech/technik-questions.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-questions.php 2010-06-30
15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/technik-questions.php 2010-06-30
15:59:51 UTC (rev 6510)
@@ -16,7 +16,7 @@
require_once($root_path.'include/helpers/inc_front_chain_lang.php');
$thisfile=basename(__FILE__);
-$breakfile='technik.php'.URL_APPEND;
+$breakfile='tech.php'.URL_APPEND;
$returnfile=$_SESSION['sess_file_return'].URL_APPEND;
$_SESSION['sess_file_return']=basename(__FILE__);
Modified: care2x/branches/gettext/modules/tech/technik-repabot-pass.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-repabot-pass.php
2010-06-30 15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/technik-repabot-pass.php
2010-06-30 15:59:51 UTC (rev 6510)
@@ -7,9 +7,9 @@
$r=rand(1,1000);
$dbname="maho";
$allowedarea="System_Admin";
-$fileforward="technik.php";
+$fileforward="tech.php";
$thisfile="technik-repabot-pass.php";
-$breakfile="technik.php";
+$breakfile="tech.php";
require($root_path."include/inc_passcheck_f2f.php"); // loads the validarea
and logentry functions
Modified: care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php
2010-06-30 15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php
2010-06-30 15:59:51 UTC (rev 6510)
@@ -15,7 +15,7 @@
define('NO_2LEVEL_CHK',1);
require_once($root_path.'include/helpers/inc_front_chain_lang.php');
-$breakfile='technik.php'.URL_APPEND;
+$breakfile='tech.php'.URL_APPEND;
$returnfile=$_SESSION['sess_file_return'].URL_APPEND;
$_SESSION['sess_file_return']=basename(__FILE__);
Modified: care2x/branches/gettext/modules/tech/technik-reparatur-empfang.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-reparatur-empfang.php
2010-06-30 15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/technik-reparatur-empfang.php
2010-06-30 15:59:51 UTC (rev 6510)
@@ -13,9 +13,9 @@
define('LANG_FILE','tech.php');
define('NO_2LEVEL_CHK',1);
require_once($root_path.'include/helpers/inc_front_chain_lang.php');
-$breakfile='technik.php'.URL_APPEND;
+$breakfile='tech.php'.URL_APPEND;
$returnfile=$_SESSION['sess_file_return'].URL_APPEND;
-$_SESSION['sess_file_return']='technik.php';
+$_SESSION['sess_file_return']='tech.php';
if($repair=='ask'){
$target=$LDRequest;
Modified: care2x/branches/gettext/modules/tech/technik-reparatur-melden.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-reparatur-melden.php
2010-06-30 15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/technik-reparatur-melden.php
2010-06-30 15:59:51 UTC (rev 6510)
@@ -14,7 +14,7 @@
define('NO_2LEVEL_CHK',1);
require_once($root_path.'include/helpers/inc_front_chain_lang.php');
-$breakfile='technik.php'.URL_APPEND;
+$breakfile='tech.php'.URL_APPEND;
$returnfile=$_SESSION['sess_file_return'].URL_APPEND;
$_SESSION['sess_file_return']=basename(__FILE__);
Modified: care2x/branches/gettext/modules/tech/technik-report-arch.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-report-arch.php
2010-06-30 15:51:33 UTC (rev 6509)
+++ care2x/branches/gettext/modules/tech/technik-report-arch.php
2010-06-30 15:59:51 UTC (rev 6510)
@@ -15,7 +15,7 @@
require_once($root_path.'include/helpers/inc_front_chain_lang.php');
$thisfile=basename(__FILE__);
-$breakfile='technik.php'.URL_APPEND;
+$breakfile='tech.php'.URL_APPEND;
$returnfile=$_SESSION['sess_file_return'].URL_APPEND;
$_SESSION['sess_file_return']=basename(__FILE__);
@@ -305,7 +305,7 @@
?>
<p><br>
- <a> <?php echo'<a href="technik.php'.URL_APPEND.'"><img
'.createLDImgSrc($root_path,'back2.gif','0').'>';?></a>
+ <a> <?php echo'<a href="tech.php'.URL_APPEND.'"><img
'.createLDImgSrc($root_path,'back2.gif','0').'>';?></a>
</ul>
<?php
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Care2002-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers