Subversion-Projekte lars-tiefland.ci

Revision

Revision 2049 | Revision 2242 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2049 Revision 2107
Zeile 426... Zeile 426...
426
		// Note: Has nothing to do with any other query string option.
426
		// Note: Has nothing to do with any other query string option.
427
		if ($this->reuse_query_string === TRUE)
427
		if ($this->reuse_query_string === TRUE)
428
		{
428
		{
429
			$get = $this->CI->input->get();
429
			$get = $this->CI->input->get();
Zeile 430... Zeile 430...
430
 
430
 
431
			// Unset the controll, method, old-school routing options
431
			// Unset the control, method, old-school routing options
432
			unset($get['c'], $get['m'], $get[$this->query_string_segment]);
432
			unset($get['c'], $get['m'], $get[$this->query_string_segment]);
433
		}
433
		}
434
		else
434
		else
435
		{
435
		{