Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Utorok, 16. apríl 2024

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

verzia 1.7, 2012/10/10 15:56:17 verzia 1.9, 2012/10/10 18:54:38
Riadok 245  if (strlen($link) > 0
Riadok 245  if (strlen($link) > 0
                         && strlen($args[0]) > 0)                          && strlen($args[0]) > 0)
                 {                  {
                         require_once 'cfgldr.inc.php';                          require_once 'cfgldr.inc.php';
                         $ar = ezin_validate_IDs(array('article_id' => $args[0]));                          // check article
                           if (ezin_exists_article($args[0])
                                   && ezin_exists_section($args[0]))
                           {
                                   $ar = ezin_validate_IDs(array('article_id' => $args[0]));
                           } else {
                                   $ar = ezin_validate_IDs(array('section_id' => $args[0]));
                           }
                         if ($ezin_cfg['redirect_equal_url'] == 1) {                          if ($ezin_cfg['redirect_equal_url'] == 1) {
                                 // redirect for old access-key                                  // redirect for old access-key
                                 if (isset($ar['redirect'])                                  if (isset($ar['redirect'])
Riadok 296  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.7  
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