mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Removed tabs
This commit is contained in:
parent
bee7ee3815
commit
dabfd0ed85
67 changed files with 8204 additions and 8204 deletions
|
@ -348,13 +348,13 @@
|
|||
/// Insert a link to force page refresh if new content isn't showing.
|
||||
|
||||
// build new URL + query string
|
||||
$queries = preg_split('/[?&]/', me());
|
||||
$queries = preg_split('/[?&]/', me());
|
||||
$nqueries = count($queries);
|
||||
$me = $queries[0] . '?';
|
||||
for($i=1; $i < $nqueries; $i++)
|
||||
{
|
||||
if( !strstr($queries[$i], 'allowcache') )
|
||||
$me .= $queries[$i] . '&';
|
||||
$me .= $queries[$i] . '&';
|
||||
}
|
||||
$me .= 'allowcache=0';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue