Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 28. marec 2024

Rozdiely pre Metafox/rewrite.php medzi verziami 1.8 a 1.9

verzia 1.8, 2012/10/10 18:28:51 verzia 1.9, 2012/10/10 18:54:38
Riadok 303  if (strlen($link) > 0
Riadok 303  if (strlen($link) > 0
                                 $showed = true;                                  $showed = true;
                         }                          }
                         if (!$showed) {                          if (!$showed) {
                                 array_shift($args);                                  $section_id = array_shift($args);
                                 if ($ezin_cfg['redirect_equal_url'] == 1) {                                  if ($ezin_cfg['redirect_equal_url'] == 1) {
                                         // redirect for old access-key                                          // redirect for old access-key
                                         $ar = ezin_validate_IDs(array('article_id' => $args[0]));                                          if ($section_id == $args[0]) {
                                                   $ar = ezin_validate_IDs(array('section_id' => $args[0]));
                                                   $ar['redirect'] = true;
                                           } else {
                                                   $ar = ezin_validate_IDs(array('article_id' => $args[0]));
                                           }
                                         if (isset($ar['redirect'])                                          if (isset($ar['redirect'])
                                                 && $ar['redirect'])                                                  && $ar['redirect'])
                                         {                                          {

Legend:
Odstranené z verzie1.8  
zmenené riadky
  Pridané vo verzii1.9

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok