@@ -39,12 +39,12 @@ discard block |
||
| 39 | 39 | // on renvoi un 401 qui fait echouer la requete ajax silencieusement |
| 40 | 40 | if (!autoriser('ecrire')) { |
| 41 | 41 | $retour = |
| 42 | - '<ul class="deroulant__sous-menu" data-profondeur="1">' . |
|
| 43 | - '<li class="deroulant__item deroulant__item_plan plan_site" data-profondeur="1">' . |
|
| 44 | - '<a class="deroulant__lien" href="' . generer_url_ecrire('accueil') . '" data-profondeur="1">' . |
|
| 45 | - '<span class="libelle">' . _T('public:lien_connecter') . '</span>' . |
|
| 46 | - '</a>' . |
|
| 47 | - '</li>' . |
|
| 42 | + '<ul class="deroulant__sous-menu" data-profondeur="1">'. |
|
| 43 | + '<li class="deroulant__item deroulant__item_plan plan_site" data-profondeur="1">'. |
|
| 44 | + '<a class="deroulant__lien" href="'.generer_url_ecrire('accueil').'" data-profondeur="1">'. |
|
| 45 | + '<span class="libelle">'._T('public:lien_connecter').'</span>'. |
|
| 46 | + '</a>'. |
|
| 47 | + '</li>'. |
|
| 48 | 48 | '</ul>'; |
| 49 | 49 | include_spip('inc/actions'); |
| 50 | 50 | ajax_retour($retour); |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | if ($date = intval(_request('date'))) { |
| 55 | - header("Last-Modified: " . gmdate("D, d M Y H:i:s", $date) . " GMT"); |
|
| 55 | + header("Last-Modified: ".gmdate("D, d M Y H:i:s", $date)." GMT"); |
|
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | $r = gen_liste_rubriques(); |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | and !strstr($_SERVER['SERVER_SOFTWARE'], 'IIS/') |
| 62 | 62 | ) { |
| 63 | 63 | include_spip('inc/headers'); |
| 64 | - header('Content-Type: text/html; charset=' . $GLOBALS['meta']['charset']); |
|
| 64 | + header('Content-Type: text/html; charset='.$GLOBALS['meta']['charset']); |
|
| 65 | 65 | http_status(304); |
| 66 | 66 | exit; |
| 67 | 67 | } else { |
@@ -83,8 +83,8 @@ discard block |
||
| 83 | 83 | **/ |
| 84 | 84 | function menu_rubriques($complet = true) { |
| 85 | 85 | $ret = '<li class="deroulant__item deroulant__item_tout toutsite" data-profondeur="1">' |
| 86 | - . '<a class="deroulant__lien" href="' . generer_url_ecrire('plan') . '" data-profondeur="1">' |
|
| 87 | - . '<span class="libelle">' . _T('info_tout_site') . '</span>' |
|
| 86 | + . '<a class="deroulant__lien" href="'.generer_url_ecrire('plan').'" data-profondeur="1">' |
|
| 87 | + . '<span class="libelle">'._T('info_tout_site').'</span>' |
|
| 88 | 88 | . '</a>' |
| 89 | 89 | . '</li>'; |
| 90 | 90 | |
@@ -143,8 +143,8 @@ discard block |
||
| 143 | 143 | static $zmax = 6; |
| 144 | 144 | $profondeur_next = $profondeur + 1; |
| 145 | 145 | |
| 146 | - $nav = '<a class="deroulant__lien" href="' . generer_url_entite($id_rubrique, 'rubrique', '', '', false) . "\" data-profondeur=\"$profondeur\">" |
|
| 147 | - . '<span class="libelle">' . supprimer_tags(preg_replace(',[\x00-\x1f]+,', ' ', $titre_rubrique)) . '</span>' |
|
| 146 | + $nav = '<a class="deroulant__lien" href="'.generer_url_entite($id_rubrique, 'rubrique', '', '', false)."\" data-profondeur=\"$profondeur\">" |
|
| 147 | + . '<span class="libelle">'.supprimer_tags(preg_replace(',[\x00-\x1f]+,', ' ', $titre_rubrique)).'</span>' |
|
| 148 | 148 | . "</a>\n"; |
| 149 | 149 | |
| 150 | 150 | // Limiter volontairement le nombre de sous-menus |
@@ -49,11 +49,11 @@ discard block |
||
| 49 | 49 | define('_DIR_RACINE', _DIR_RESTREINT ? '' : '../'); |
| 50 | 50 | |
| 51 | 51 | /** chemin absolu vers la racine */ |
| 52 | -define('_ROOT_RACINE', dirname(__DIR__) . '/'); |
|
| 52 | +define('_ROOT_RACINE', dirname(__DIR__).'/'); |
|
| 53 | 53 | /** chemin absolu vers le repertoire de travail */ |
| 54 | -define('_ROOT_CWD', getcwd() . '/'); |
|
| 54 | +define('_ROOT_CWD', getcwd().'/'); |
|
| 55 | 55 | /** chemin absolu vers ecrire */ |
| 56 | -define('_ROOT_RESTREINT', _ROOT_CWD . _DIR_RESTREINT); |
|
| 56 | +define('_ROOT_RESTREINT', _ROOT_CWD._DIR_RESTREINT); |
|
| 57 | 57 | |
| 58 | 58 | // Icones |
| 59 | 59 | if (!defined('_NOM_IMG_PACK')) { |
@@ -61,17 +61,17 @@ discard block |
||
| 61 | 61 | define('_NOM_IMG_PACK', 'images/'); |
| 62 | 62 | } |
| 63 | 63 | /** le chemin http (relatif) vers les images standard */ |
| 64 | -define('_DIR_IMG_PACK', (_DIR_RACINE . 'prive/' . _NOM_IMG_PACK)); |
|
| 64 | +define('_DIR_IMG_PACK', (_DIR_RACINE.'prive/'._NOM_IMG_PACK)); |
|
| 65 | 65 | |
| 66 | 66 | /** le chemin php (absolu) vers les images standard (pour hebergement centralise) */ |
| 67 | -define('_ROOT_IMG_PACK', dirname(__DIR__) . '/prive/' . _NOM_IMG_PACK); |
|
| 67 | +define('_ROOT_IMG_PACK', dirname(__DIR__).'/prive/'._NOM_IMG_PACK); |
|
| 68 | 68 | |
| 69 | 69 | if (!defined('_JAVASCRIPT')) { |
| 70 | 70 | /** Nom du repertoire des bibliotheques JavaScript */ |
| 71 | 71 | define('_JAVASCRIPT', 'javascript/'); |
| 72 | 72 | } // utilisable avec #CHEMIN et find_in_path |
| 73 | 73 | /** le nom du repertoire des bibliotheques JavaScript du prive */ |
| 74 | -define('_DIR_JAVASCRIPT', (_DIR_RACINE . 'prive/' . _JAVASCRIPT)); |
|
| 74 | +define('_DIR_JAVASCRIPT', (_DIR_RACINE.'prive/'._JAVASCRIPT)); |
|
| 75 | 75 | |
| 76 | 76 | # Le nom des 4 repertoires modifiables par les scripts lances par httpd |
| 77 | 77 | # Par defaut ces 4 noms seront suffixes par _DIR_RACINE (cf plus bas) |
@@ -101,8 +101,8 @@ discard block |
||
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | // Son emplacement absolu si on le trouve |
| 104 | -if (@file_exists($f = _ROOT_RACINE . _NOM_PERMANENTS_INACCESSIBLES . _NOM_CONFIG . '.php') |
|
| 105 | - or (@file_exists($f = _ROOT_RESTREINT . _NOM_CONFIG . '.php')) |
|
| 104 | +if (@file_exists($f = _ROOT_RACINE._NOM_PERMANENTS_INACCESSIBLES._NOM_CONFIG.'.php') |
|
| 105 | + or (@file_exists($f = _ROOT_RESTREINT._NOM_CONFIG.'.php')) |
|
| 106 | 106 | ) { |
| 107 | 107 | /** Emplacement absolu du fichier d'option */ |
| 108 | 108 | define('_FILE_OPTIONS', $f); |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | |
| 126 | 126 | // Inclure l'ecran de securite |
| 127 | 127 | if (!defined('_ECRAN_SECURITE') |
| 128 | - and @file_exists($f = _ROOT_RACINE . _NOM_PERMANENTS_INACCESSIBLES . 'ecran_securite.php') |
|
| 128 | + and @file_exists($f = _ROOT_RACINE._NOM_PERMANENTS_INACCESSIBLES.'ecran_securite.php') |
|
| 129 | 129 | ) { |
| 130 | 130 | include $f; |
| 131 | 131 | } |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | . 'MSIE 6\.0|' |
| 145 | 145 | // UA plus cibles |
| 146 | 146 | . '80legs|accoona|AltaVista|ASPSeek|Baidu|Charlotte|EC2LinkFinder|eStyle|facebook|flipboard|hootsuite|FunWebProducts|Google|Genieo|INA dlweb|InfegyAtlas|Java VM|LiteFinder|Lycos|MetaURI|Moreover|Rambler|Scooter|ScrubbyBloglines|Yahoo|Yeti' |
| 147 | - . ',i', (string)$_SERVER['HTTP_USER_AGENT']) |
|
| 147 | + . ',i', (string) $_SERVER['HTTP_USER_AGENT']) |
|
| 148 | 148 | ); |
| 149 | 149 | } |
| 150 | 150 | |
@@ -274,7 +274,7 @@ discard block |
||
| 274 | 274 | // |
| 275 | 275 | // Prendre en compte les entetes HTTP_X_FORWARDED_XX |
| 276 | 276 | // |
| 277 | -if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO']==='https'){ |
|
| 277 | +if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { |
|
| 278 | 278 | if (empty($_SERVER['HTTP_X_FORWARDED_HOST'])) { |
| 279 | 279 | $_SERVER['HTTP_X_FORWARDED_HOST'] = $_SERVER['HTTP_HOST']; |
| 280 | 280 | } |
@@ -282,10 +282,10 @@ discard block |
||
| 282 | 282 | $_SERVER['HTTP_X_FORWARDED_PORT'] = 443; |
| 283 | 283 | } |
| 284 | 284 | } |
| 285 | -if (isset($_SERVER['HTTP_X_FORWARDED_HOST'])){ |
|
| 286 | - if (isset($_SERVER['HTTP_X_FORWARDED_PORT']) and is_numeric($_SERVER['HTTP_X_FORWARDED_PORT'])){ |
|
| 285 | +if (isset($_SERVER['HTTP_X_FORWARDED_HOST'])) { |
|
| 286 | + if (isset($_SERVER['HTTP_X_FORWARDED_PORT']) and is_numeric($_SERVER['HTTP_X_FORWARDED_PORT'])) { |
|
| 287 | 287 | $_SERVER['SERVER_PORT'] = $_SERVER['HTTP_X_FORWARDED_PORT']; |
| 288 | - if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO']==='https'){ |
|
| 288 | + if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { |
|
| 289 | 289 | $_SERVER['HTTPS'] = 'on'; |
| 290 | 290 | if (isset($_SERVER['REQUEST_SCHEME'])) { |
| 291 | 291 | $_SERVER['REQUEST_SCHEME'] = 'https'; |
@@ -293,8 +293,8 @@ discard block |
||
| 293 | 293 | } |
| 294 | 294 | } |
| 295 | 295 | $host = $_SERVER['HTTP_X_FORWARDED_HOST']; |
| 296 | - if (strpos($host,',')!==false){ |
|
| 297 | - $h = explode(',',$host); |
|
| 296 | + if (strpos($host, ',') !== false) { |
|
| 297 | + $h = explode(',', $host); |
|
| 298 | 298 | $host = trim(reset($h)); |
| 299 | 299 | } |
| 300 | 300 | // securite sur le contenu de l'entete |
@@ -306,12 +306,12 @@ discard block |
||
| 306 | 306 | // |
| 307 | 307 | if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { |
| 308 | 308 | $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; |
| 309 | - if (strpos($ip,',')!==false){ |
|
| 310 | - $ip = explode(',',$ip); |
|
| 309 | + if (strpos($ip, ',') !== false) { |
|
| 310 | + $ip = explode(',', $ip); |
|
| 311 | 311 | $ip = reset($ip); |
| 312 | 312 | } |
| 313 | 313 | // ecraser $_SERVER['REMOTE_ADDR'] si elle est en localhost |
| 314 | - if (isset($_SERVER['REMOTE_ADDR']) AND $_SERVER['REMOTE_ADDR']==='127.0.0.1'){ |
|
| 314 | + if (isset($_SERVER['REMOTE_ADDR']) AND $_SERVER['REMOTE_ADDR'] === '127.0.0.1') { |
|
| 315 | 315 | $_SERVER['REMOTE_ADDR'] = $ip; |
| 316 | 316 | } |
| 317 | 317 | } |
@@ -384,7 +384,7 @@ discard block |
||
| 384 | 384 | # la matrice standard (fichiers definissant les fonctions a inclure) |
| 385 | 385 | $spip_matrice = array(); |
| 386 | 386 | # les plugins a activer |
| 387 | -$plugins = array(); // voir le contenu du repertoire /plugins/ |
|
| 387 | +$plugins = array(); // voir le contenu du repertoire /plugins/ |
|
| 388 | 388 | # les surcharges de include_spip() |
| 389 | 389 | $surcharges = array(); // format 'inc_truc' => '/plugins/chose/inc_truc2.php' |
| 390 | 390 | |
@@ -438,7 +438,7 @@ discard block |
||
| 438 | 438 | |
| 439 | 439 | // cette version dev accepte tous les plugins compatible avec la version ci-dessous |
| 440 | 440 | // a supprimer en phase beta/rc/release |
| 441 | -define('_DEV_VERSION_SPIP_COMPAT',"3.2.99"); |
|
| 441 | +define('_DEV_VERSION_SPIP_COMPAT', "3.2.99"); |
|
| 442 | 442 | // version des signatures de fonctions PHP |
| 443 | 443 | // (= date de leur derniere modif cassant la compatibilite et/ou necessitant un recalcul des squelettes) |
| 444 | 444 | $spip_version_code = 20210430; |
@@ -462,8 +462,8 @@ discard block |
||
| 462 | 462 | // |
| 463 | 463 | // Charger les fonctions liees aux serveurs Http et Sql. |
| 464 | 464 | // |
| 465 | -require_once _ROOT_RESTREINT . 'inc/utils.php'; |
|
| 466 | -require_once _ROOT_RESTREINT . 'base/connect_sql.php'; |
|
| 465 | +require_once _ROOT_RESTREINT.'inc/utils.php'; |
|
| 466 | +require_once _ROOT_RESTREINT.'base/connect_sql.php'; |
|
| 467 | 467 | |
| 468 | 468 | // Definition personnelles eventuelles |
| 469 | 469 | |
@@ -486,10 +486,10 @@ discard block |
||
| 486 | 486 | // ===> on execute en neutralisant les messages d'erreur |
| 487 | 487 | |
| 488 | 488 | spip_initialisation_core( |
| 489 | - (_DIR_RACINE . _NOM_PERMANENTS_INACCESSIBLES), |
|
| 490 | - (_DIR_RACINE . _NOM_PERMANENTS_ACCESSIBLES), |
|
| 491 | - (_DIR_RACINE . _NOM_TEMPORAIRES_INACCESSIBLES), |
|
| 492 | - (_DIR_RACINE . _NOM_TEMPORAIRES_ACCESSIBLES) |
|
| 489 | + (_DIR_RACINE._NOM_PERMANENTS_INACCESSIBLES), |
|
| 490 | + (_DIR_RACINE._NOM_PERMANENTS_ACCESSIBLES), |
|
| 491 | + (_DIR_RACINE._NOM_TEMPORAIRES_INACCESSIBLES), |
|
| 492 | + (_DIR_RACINE._NOM_TEMPORAIRES_ACCESSIBLES) |
|
| 493 | 493 | ); |
| 494 | 494 | |
| 495 | 495 | |
@@ -544,7 +544,7 @@ discard block |
||
| 544 | 544 | // Si on est dans le site public, dire que qq s'en occupe |
| 545 | 545 | include_spip('inc/minipres'); |
| 546 | 546 | utiliser_langue_visiteur(); |
| 547 | - echo minipres(_T('info_travaux_titre'), "<p style='text-align: center;'>" . _T('info_travaux_texte') . "</p>", array('status' => 503)); |
|
| 547 | + echo minipres(_T('info_travaux_titre'), "<p style='text-align: center;'>"._T('info_travaux_texte')."</p>", array('status' => 503)); |
|
| 548 | 548 | exit; |
| 549 | 549 | } |
| 550 | 550 | // autrement c'est une install ad hoc (spikini...), on sait pas faire |
@@ -558,7 +558,7 @@ discard block |
||
| 558 | 558 | if (!function_exists('session_set')) { |
| 559 | 559 | include_spip('inc/session'); |
| 560 | 560 | } |
| 561 | - $t = preg_replace(",\W,","_", $t); |
|
| 561 | + $t = preg_replace(",\W,", "_", $t); |
|
| 562 | 562 | if ($v = _request($t)) { |
| 563 | 563 | session_set($t, $v); |
| 564 | 564 | } |
@@ -582,12 +582,12 @@ discard block |
||
| 582 | 582 | } |
| 583 | 583 | if (!isset($GLOBALS['spip_header_silencieux']) or !$GLOBALS['spip_header_silencieux']) { |
| 584 | 584 | include_spip('inc/filtres_mini'); |
| 585 | - header(_HEADER_COMPOSED_BY . " $spip_version_affichee @ www.spip.net + " . url_absolue(_DIR_VAR . "config.txt")); |
|
| 585 | + header(_HEADER_COMPOSED_BY." $spip_version_affichee @ www.spip.net + ".url_absolue(_DIR_VAR."config.txt")); |
|
| 586 | 586 | } else { |
| 587 | 587 | // header minimal |
| 588 | - header(_HEADER_COMPOSED_BY . " @ www.spip.net"); |
|
| 588 | + header(_HEADER_COMPOSED_BY." @ www.spip.net"); |
|
| 589 | 589 | } |
| 590 | 590 | } |
| 591 | 591 | |
| 592 | 592 | $methode = (isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : ((php_sapi_name() == 'cli') ? 'cli' : '')); |
| 593 | -spip_log($methode . ' ' . self() . ' - ' . _FILE_CONNECT, _LOG_DEBUG); |
|
| 593 | +spip_log($methode.' '.self().' - '._FILE_CONNECT, _LOG_DEBUG); |
|
@@ -703,7 +703,7 @@ discard block |
||
| 703 | 703 | $infos['url_voir'] = $infos['type']; |
| 704 | 704 | } |
| 705 | 705 | if (!isset($infos['url_edit'])) { |
| 706 | - $infos['url_edit'] = $infos['url_voir'] . ($infos['editable'] ? '_edit' : ''); |
|
| 706 | + $infos['url_edit'] = $infos['url_voir'].($infos['editable'] ? '_edit' : ''); |
|
| 707 | 707 | } |
| 708 | 708 | if (!isset($infos['icone_objet'])) { |
| 709 | 709 | $infos['icone_objet'] = $infos['type']; |
@@ -715,48 +715,48 @@ discard block |
||
| 715 | 715 | $infos['texte_retour'] = 'icone_retour'; |
| 716 | 716 | } |
| 717 | 717 | if (!isset($infos['texte_modifier'])) { |
| 718 | - $infos['texte_modifier'] = $infos['type'] . ':' . 'icone_modifier_' . $infos['type']; |
|
| 718 | + $infos['texte_modifier'] = $infos['type'].':'.'icone_modifier_'.$infos['type']; |
|
| 719 | 719 | } |
| 720 | 720 | if (!isset($infos['texte_creer'])) { |
| 721 | - $infos['texte_creer'] = $infos['type'] . ':' . 'icone_creer_' . $infos['type']; |
|
| 721 | + $infos['texte_creer'] = $infos['type'].':'.'icone_creer_'.$infos['type']; |
|
| 722 | 722 | } |
| 723 | 723 | if (!isset($infos['texte_creer_associer'])) { |
| 724 | - $infos['texte_creer_associer'] = $infos['type'] . ':' . 'texte_creer_associer_' . $infos['type']; |
|
| 724 | + $infos['texte_creer_associer'] = $infos['type'].':'.'texte_creer_associer_'.$infos['type']; |
|
| 725 | 725 | } |
| 726 | 726 | if (!isset($infos['texte_ajouter'])) { |
| 727 | 727 | // Ajouter un X |
| 728 | - $infos['texte_ajouter'] = $infos['type'] . ':' . 'texte_ajouter_' . $infos['type']; |
|
| 728 | + $infos['texte_ajouter'] = $infos['type'].':'.'texte_ajouter_'.$infos['type']; |
|
| 729 | 729 | } |
| 730 | 730 | if (!isset($infos['texte_objets'])) { |
| 731 | - $infos['texte_objets'] = $infos['type'] . ':' . 'titre_' . $infos['table_objet']; |
|
| 731 | + $infos['texte_objets'] = $infos['type'].':'.'titre_'.$infos['table_objet']; |
|
| 732 | 732 | } |
| 733 | 733 | if (!isset($infos['texte_objet'])) { |
| 734 | - $infos['texte_objet'] = $infos['type'] . ':' . 'titre_' . $infos['type']; |
|
| 734 | + $infos['texte_objet'] = $infos['type'].':'.'titre_'.$infos['type']; |
|
| 735 | 735 | } |
| 736 | 736 | if (!isset($infos['texte_logo_objet'])) { |
| 737 | 737 | // objet:titre_logo_objet "Logo de ce X" |
| 738 | - $infos['texte_logo_objet'] = $infos['type'] . ':' . 'titre_logo_' . $infos['type']; |
|
| 738 | + $infos['texte_logo_objet'] = $infos['type'].':'.'titre_logo_'.$infos['type']; |
|
| 739 | 739 | } |
| 740 | 740 | if (!isset($infos['texte_langue_objet'])) { |
| 741 | 741 | // objet:texte_langue_objet "Langue de ce X" |
| 742 | - $infos['texte_langue_objet'] = $infos['type'] . ':' . 'titre_langue_' . $infos['type']; |
|
| 742 | + $infos['texte_langue_objet'] = $infos['type'].':'.'titre_langue_'.$infos['type']; |
|
| 743 | 743 | } |
| 744 | 744 | if (!isset($infos['texte_definir_comme_traduction_objet'])) { |
| 745 | 745 | // "Ce X est une traduction du X numéro :" |
| 746 | - $infos['texte_definir_comme_traduction_objet'] = $infos['type'] . ':' . 'texte_definir_comme_traduction_' . $infos['type']; |
|
| 746 | + $infos['texte_definir_comme_traduction_objet'] = $infos['type'].':'.'texte_definir_comme_traduction_'.$infos['type']; |
|
| 747 | 747 | } |
| 748 | 748 | |
| 749 | 749 | // objet:info_aucun_objet |
| 750 | 750 | if (!isset($infos['info_aucun_objet'])) { |
| 751 | - $infos['info_aucun_objet'] = $infos['type'] . ':' . 'info_aucun_' . $infos['type']; |
|
| 751 | + $infos['info_aucun_objet'] = $infos['type'].':'.'info_aucun_'.$infos['type']; |
|
| 752 | 752 | } |
| 753 | 753 | // objet:info_1_objet |
| 754 | 754 | if (!isset($infos['info_1_objet'])) { |
| 755 | - $infos['info_1_objet'] = $infos['type'] . ':' . 'info_1_' . $infos['type']; |
|
| 755 | + $infos['info_1_objet'] = $infos['type'].':'.'info_1_'.$infos['type']; |
|
| 756 | 756 | } |
| 757 | 757 | // objet:info_nb_objets |
| 758 | 758 | if (!isset($infos['info_nb_objets'])) { |
| 759 | - $infos['info_nb_objets'] = $infos['type'] . ':' . 'info_nb_' . $infos['table_objet']; |
|
| 759 | + $infos['info_nb_objets'] = $infos['type'].':'.'info_nb_'.$infos['table_objet']; |
|
| 760 | 760 | } |
| 761 | 761 | |
| 762 | 762 | if (!isset($infos['champs_editables'])) { |
@@ -956,7 +956,7 @@ discard block |
||
| 956 | 956 | } |
| 957 | 957 | $ts = sql_alltable(null, $serveur); // toutes les tables "spip_" (ou prefixe perso) |
| 958 | 958 | $connexion = $GLOBALS['connexions'][$serveur ? $serveur : 0]; |
| 959 | - $spip = $connexion['prefixe'] . '_'; |
|
| 959 | + $spip = $connexion['prefixe'].'_'; |
|
| 960 | 960 | foreach ($ts as $t) { |
| 961 | 961 | $t = substr($t, strlen($spip)); |
| 962 | 962 | $tables[$serveur]["spip_$t"] = $t; |
@@ -977,14 +977,14 @@ discard block |
||
| 977 | 977 | * @return array |
| 978 | 978 | * Couples (nom de la table SQL => même nom) |
| 979 | 979 | **/ |
| 980 | -function lister_toutes_tables($serveur){ |
|
| 980 | +function lister_toutes_tables($serveur) { |
|
| 981 | 981 | static $tables = array(); |
| 982 | - if (!isset($tables[$serveur])){ |
|
| 982 | + if (!isset($tables[$serveur])) { |
|
| 983 | 983 | $tables[$serveur] = array(); |
| 984 | 984 | if (!function_exists("sql_alltable")) |
| 985 | 985 | include_spip("base/abstract_sql"); |
| 986 | - $ts = sql_alltable('%',$serveur); // toutes les tables |
|
| 987 | - foreach ($ts as $t){ |
|
| 986 | + $ts = sql_alltable('%', $serveur); // toutes les tables |
|
| 987 | + foreach ($ts as $t) { |
|
| 988 | 988 | $tables[$serveur][$t] = $t; |
| 989 | 989 | } |
| 990 | 990 | } |
@@ -1020,9 +1020,9 @@ discard block |
||
| 1020 | 1020 | if ($serveur !== false) { |
| 1021 | 1021 | $t = lister_tables_spip($serveur); |
| 1022 | 1022 | $trouver_table = charger_fonction('trouver_table', 'base'); |
| 1023 | - $typetrim = rtrim($type, 's') . 's'; |
|
| 1023 | + $typetrim = rtrim($type, 's').'s'; |
|
| 1024 | 1024 | if ((isset($t[$typetrim]) or in_array($typetrim, $t)) |
| 1025 | - and ($desc = $trouver_table(rtrim($type, 's') . 's', $serveur)) |
|
| 1025 | + and ($desc = $trouver_table(rtrim($type, 's').'s', $serveur)) |
|
| 1026 | 1026 | ) { |
| 1027 | 1027 | return $desc['id_table']; |
| 1028 | 1028 | } elseif ((isset($t[$type]) or in_array($type, $t)) |
@@ -1031,11 +1031,11 @@ discard block |
||
| 1031 | 1031 | return $desc['id_table']; |
| 1032 | 1032 | } |
| 1033 | 1033 | |
| 1034 | - spip_log('table_objet(' . $type . ') calculee sans verification'); |
|
| 1034 | + spip_log('table_objet('.$type.') calculee sans verification'); |
|
| 1035 | 1035 | #spip_log(debug_backtrace(),'db'); |
| 1036 | 1036 | } |
| 1037 | 1037 | |
| 1038 | - return rtrim($type, 's') . 's'; # cas historique ne devant plus servir, sauf si $serveur=false |
|
| 1038 | + return rtrim($type, 's').'s'; # cas historique ne devant plus servir, sauf si $serveur=false |
|
| 1039 | 1039 | } |
| 1040 | 1040 | |
| 1041 | 1041 | /** |
@@ -1112,7 +1112,7 @@ discard block |
||
| 1112 | 1112 | if ( |
| 1113 | 1113 | in_array($t, $ts) |
| 1114 | 1114 | or in_array($t, lister_toutes_tables($serveur)) |
| 1115 | - ){ |
|
| 1115 | + ) { |
|
| 1116 | 1116 | $desc = $trouver_table($t, $serveur); |
| 1117 | 1117 | if (isset($desc['key']['PRIMARY KEY'])) { |
| 1118 | 1118 | return $desc['key']['PRIMARY KEY']; |
@@ -1215,7 +1215,7 @@ discard block |
||
| 1215 | 1215 | function objet_test_si_publie($objet, $id_objet, $serveur = '') { |
| 1216 | 1216 | // voir si une fonction est definie pour faire le boulot |
| 1217 | 1217 | // elle a la priorite dans ce cas |
| 1218 | - if ($f = charger_fonction($objet . '_test_si_publie', 'base', true)) { |
|
| 1218 | + if ($f = charger_fonction($objet.'_test_si_publie', 'base', true)) { |
|
| 1219 | 1219 | return $f($objet, $id_objet, $serveur); |
| 1220 | 1220 | } |
| 1221 | 1221 | |
@@ -1235,7 +1235,7 @@ discard block |
||
| 1235 | 1235 | $boucle->sql_serveur = $serveur; |
| 1236 | 1236 | $boucle->select[] = $id_table_objet; |
| 1237 | 1237 | $boucle->from[$table_objet] = table_objet_sql($objet, $serveur); |
| 1238 | - $boucle->where[] = $id_table . '.' . $id_table_objet . '=' . intval($id_objet); |
|
| 1238 | + $boucle->where[] = $id_table.'.'.$id_table_objet.'='.intval($id_objet); |
|
| 1239 | 1239 | |
| 1240 | 1240 | $boucle->descr['nom'] = 'objet_test_si_publie'; // eviter notice php |
| 1241 | 1241 | $boucle->descr['sourcefile'] = 'internal'; |
@@ -1363,7 +1363,7 @@ discard block |
||
| 1363 | 1363 | ? "{$parent_methode['source_champ']} = $id_objet" |
| 1364 | 1364 | : "${cle_objet} = $id_objet"; |
| 1365 | 1365 | if (isset($parent_methode['source_champ_type'])) { |
| 1366 | - $where[] = "{$parent_methode['source_champ_type']} = " . sql_quote($objet); |
|
| 1366 | + $where[] = "{$parent_methode['source_champ_type']} = ".sql_quote($objet); |
|
| 1367 | 1367 | } |
| 1368 | 1368 | // -- Condition supplémentaire sur la détection du parent |
| 1369 | 1369 | if (isset($parent_methode['table_condition'])) { |
@@ -1377,7 +1377,7 @@ discard block |
||
| 1377 | 1377 | if ( |
| 1378 | 1378 | !$condition_objet_invalide |
| 1379 | 1379 | and $where |
| 1380 | - and ($lignes = sql_allfetsel( $is_table_lien ? '*' : $select, $table, $where)) |
|
| 1380 | + and ($lignes = sql_allfetsel($is_table_lien ? '*' : $select, $table, $where)) |
|
| 1381 | 1381 | ) { |
| 1382 | 1382 | foreach ($lignes as $ligne) { |
| 1383 | 1383 | // Si le type est fixe |
@@ -1487,11 +1487,11 @@ discard block |
||
| 1487 | 1487 | $where = array(); |
| 1488 | 1488 | // -- L'identifiant du parent |
| 1489 | 1489 | if (isset($_methode_parent['champ'])) { |
| 1490 | - $where[] = $_methode_parent['champ'] . ' = ' . $id_objet; |
|
| 1490 | + $where[] = $_methode_parent['champ'].' = '.$id_objet; |
|
| 1491 | 1491 | } |
| 1492 | 1492 | // -- Si le parent est variable |
| 1493 | 1493 | if (isset($_methode_parent['champ_type'])) { |
| 1494 | - $where[] = $_methode_parent['champ_type'] . ' = ' . sql_quote($objet); |
|
| 1494 | + $where[] = $_methode_parent['champ_type'].' = '.sql_quote($objet); |
|
| 1495 | 1495 | } |
| 1496 | 1496 | |
| 1497 | 1497 | // On détermine la table, le champ id des enfants et on complète éventuellement les conditions |