Vergleich inc/class_timers.php - 1.8.4 - 1.8.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 104Zeile 104
			$this->formatted = $this->format($totaltime);
return $this->formatted;
}

			$this->formatted = $this->format($totaltime);
return $this->formatted;
}

 
		return '';

	}

/**

	}

/**

Zeile 122Zeile 123
	/**
* Formats the timer time in a pretty way.
*

	/**
* Formats the timer time in a pretty way.
*

	 * @param string The time string.
* @return The formatted time string.

	 * @param string $string The time string.
* @return string The formatted time string.

	 */
function format($string)
{

	 */
function format($string)
{