]> git.mxchange.org Git - shipsimu.git/commitdiff
response=??? renamed to request=???
authorRoland Häder <roland@mxchange.org>
Wed, 1 Oct 2008 21:42:56 +0000 (21:42 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 1 Oct 2008 21:42:56 +0000 (21:42 +0000)
application/blog/class_ApplicationHelper.php
application/blog/templates/de/code/captch_graphic_code.ctp
application/ship-simu/class_ApplicationHelper.php
application/ship-simu/templates/de/code/captch_graphic_code.ctp
application/shoutbox/class_ApplicationHelper.php
application/shoutbox/templates/de/code/captch_graphic_code.ctp
application/todo/class_ApplicationHelper.php
application/todo/templates/de/code/captch_graphic_code.ctp

index c3334fd07c6c5e4ef5bcc12ac7f3b2abb87ff87d..fcbafe257870d0625e9c71d21018fbf601ab562d 100644 (file)
@@ -185,9 +185,9 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                $responseType = "web";
 
                // Do we have another response?
-               if ($requestInstance->isRequestElementSet('response')) {
+               if ($requestInstance->isRequestElementSet('request')) {
                        // Then use it
-                       $response = strtolower($requestInstance->getRequestElement('response'));
+                       $response = strtolower($requestInstance->getRequestElement('request'));
                        $responseType = $response;
                } // END - if
 
index 400a861e135c95fba5e1e62555447a634b819ff0..210db8f80a8ce2385e845f19062b4506181039de 100644 (file)
@@ -9,7 +9,7 @@ $captchaHelper->flushContent();
 // [EOF]
 ?>
 <div class="captcha_image">
-       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;response=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
+       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;request=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
 </div>
 <div class="captcha_code">
        {?captcha_code?}
index 9f06072f79428ee1132e0096adf704c0a3009467..c2651dccf5895e42abcf1ec709ce9049a52f77ca 100644 (file)
@@ -185,9 +185,9 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                $responseType = "web";
 
                // Do we have another response?
-               if ($requestInstance->isRequestElementSet('response')) {
+               if ($requestInstance->isRequestElementSet('request')) {
                        // Then use it
-                       $response = strtolower($requestInstance->getRequestElement('response'));
+                       $response = strtolower($requestInstance->getRequestElement('request'));
                        $responseType = $response;
                } // END - if
 
index 400a861e135c95fba5e1e62555447a634b819ff0..210db8f80a8ce2385e845f19062b4506181039de 100644 (file)
@@ -9,7 +9,7 @@ $captchaHelper->flushContent();
 // [EOF]
 ?>
 <div class="captcha_image">
-       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;response=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
+       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;request=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
 </div>
 <div class="captcha_code">
        {?captcha_code?}
index 71800ad7b45f6120681784a29f928fec09f26afa..1dbc5508056df00a62f971a821a18c18170a8640 100644 (file)
@@ -185,9 +185,9 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                $responseType = "web";
 
                // Do we have another response?
-               if ($requestInstance->isRequestElementSet('response')) {
+               if ($requestInstance->isRequestElementSet('request')) {
                        // Then use it
-                       $response = strtolower($requestInstance->getRequestElement('response'));
+                       $response = strtolower($requestInstance->getRequestElement('request'));
                        $responseType = $response;
                } // END - if
 
index 400a861e135c95fba5e1e62555447a634b819ff0..210db8f80a8ce2385e845f19062b4506181039de 100644 (file)
@@ -9,7 +9,7 @@ $captchaHelper->flushContent();
 // [EOF]
 ?>
 <div class="captcha_image">
-       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;response=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
+       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;request=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
 </div>
 <div class="captcha_code">
        {?captcha_code?}
index 47680fbac63434b64f227aa7ecb68965b417a400..7380296c3a8b2868c64a7d0f85ae072ec8ef5b09 100644 (file)
@@ -185,9 +185,9 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                $responseType = "web";
 
                // Do we have another response?
-               if ($requestInstance->isRequestElementSet('response')) {
+               if ($requestInstance->isRequestElementSet('request')) {
                        // Then use it
-                       $response = strtolower($requestInstance->getRequestElement('response'));
+                       $response = strtolower($requestInstance->getRequestElement('request'));
                        $responseType = $response;
                } // END - if
 
index 400a861e135c95fba5e1e62555447a634b819ff0..210db8f80a8ce2385e845f19062b4506181039de 100644 (file)
@@ -9,7 +9,7 @@ $captchaHelper->flushContent();
 // [EOF]
 ?>
 <div class="captcha_image">
-       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;response=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
+       <img src="$config[base_url]/index.php?app={?app_short_name?}&amp;page=code_captcha&amp;encrypt={?encrypted_code?}&amp;request=image" alt="CAPTCHA-Bild" title="CAPTCHA-Bild" class="captcha_img" />
 </div>
 <div class="captcha_code">
        {?captcha_code?}