Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 184257 | Differences between
and this patch

Collapse All | Expand All

(-)projects/index.php (-1 / +2 lines)
Lines 131-137 Link Here
131
			if( !$newsurl ) {
131
			if( !$newsurl ) {
132
				$t3 = $t2->newsgroup[0];
132
				$t3 = $t2->newsgroup[0];
133
				if( $t3 ) {
133
				if( $t3 ) {
134
					$newsurl = 'http://dev.eclipse.org/newslists/news.' . $t3['name'] . '/maillist.html';
134
					# $newsurl = 'http://dev.eclipse.org/newslists/news.' . $t3['name'] . '/maillist.html';
135
					$newsurl = 'http://www.eclipse.org/newsportal/thread.php?group=' . $t3['name'];
135
				}
136
				}
136
			}
137
			}
137
		}
138
		}

Return to bug 184257