Skip to content
Extraits de code Groupes Projets
Valider 7f4824ac rédigé par JamesRezo's avatar JamesRezo :tada:
Parcourir les fichiers

version_svn_courante() -> version_vcs_courante()

parent 6f9f52b2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -112,7 +112,7 @@
$section = dirname($test);
$section_dir = $section;
#$section = str_replace('/tests',' ',dirname($test));
if ($svn = version_svn_courante(dirname(dirname($test))))
if ($svn = version_vcs_courante(dirname(dirname($test))))
$section_svn = ' ['.abs($svn).']';
}
if ($section <> $sectionold) {
......@@ -144,7 +144,7 @@
function version_spip() {
include_spip('inc/minipres');
$version = $GLOBALS['spip_version_affichee'];
if ($svn_revision = version_svn_courante(_DIR_RACINE))
if ($svn_revision = version_vcs_courante(_DIR_RACINE))
$version .= ' ' . (($svn_revision < 0) ? 'SVN ':'')
. "[<a href='http://core.spip.org/projects/spip/repository/revisions/"
. abs($svn_revision) . "' onclick=\"window.open(this.href); return false;\">"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter