Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176635 | Differences between
and this patch

Collapse All | Expand All

(-)syweb/htdocs/syweb/class_lexer.inc.orig (-1 / +1 lines)
Lines 245-251 Link Here
245
    function _test() {
245
    function _test() {
246
	global $symon;
246
	global $symon;
247
247
248
	$this->load('hifn_test.layout');
248
	/* $this->load('hifn_test.layout'); */
249
	while(!$this->eof) {
249
	while(!$this->eof) {
250
	    $token = $this->next_token();
250
	    $token = $this->next_token();
251
	}
251
	}

Return to bug 176635