cleanup
This commit is contained in:
parent
1eff19d1b0
commit
57304aa628
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
# $Id: functions.inc.php 85 2005-05-10 10:11:05Z garvinhicking $
|
|
||||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||||
# All rights reserved. See LICENSE file for licensing details
|
# All rights reserved. See LICENSE file for licensing details
|
||||||
|
|
||||||
@ -772,8 +771,8 @@ function serendipity_currentURL($strict = false) {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
function serendipity_getUriArguments($uri, $wildcard = false) {
|
function serendipity_getUriArguments($uri, $wildcard = false) {
|
||||||
global $serendipity;
|
global $serendipity;
|
||||||
static $indexFile = null;
|
static $indexFile = null;
|
||||||
|
|
||||||
if ($indexFile === null) {
|
if ($indexFile === null) {
|
||||||
$_indexFile = explode('.', $serendipity['indexFile']);
|
$_indexFile = explode('.', $serendipity['indexFile']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user