fixed ident
This commit is contained in:
parent
41dbbf1d1c
commit
9de19208fb
@ -215,7 +215,7 @@ foreach(glob("../".$row[1], GLOB_BRACE) as $versionfile) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
$versiondouble = array (
|
$versiondouble = array (
|
||||||
array("Joomla 1.0", "/includes/version.php", "var \$RELEASE", "var \$DEV_LEVEL"),
|
array("Joomla 1.0", "/includes/version.php", "var \$RELEASE", "var \$DEV_LEVEL"),
|
||||||
array("Joomla 1.5", "/libraries/joomla/version.php", "var \$RELEASE", "var \$DEV_LEVEL"),
|
array("Joomla 1.5", "/libraries/joomla/version.php", "var \$RELEASE", "var \$DEV_LEVEL"),
|
||||||
array("Joomla 1.6/1.7", "/libraries/cms/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
array("Joomla 1.6/1.7", "/libraries/cms/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
||||||
array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user