Viewing 1 replies (of 1 total)
  • Thread Starter Buienradars

    (@buienradars)

    Sorry i found it in the simple-ajax-chat-core file.
    I changed de s for a n

    $print = ($count == 1) ? '1 '.$name : "$count {$name}n";
    	if ($i + 1 < $j) {
    		$seconds2 = $chunks[$i + 1][0];
    		$name2    = $chunks[$i + 1][1];
    
    		if (($count2 = floor(($since - ($seconds * $count)) / $seconds2)) != 0) {
    			$print .= ($count2 == 1) ? ', 1 ' . $name2 : ", $count2 {$name2}n";
Viewing 1 replies (of 1 total)
  • The topic ‘Time in Dutch’ is closed to new replies.