Code Duplication    Length = 16-16 lines in 2 locations

main/inc/lib/magpierss/extlib/Snoopy.class.inc 2 locations

@@ 169-184 (lines=16) @@
166
						}
167
					}
168
169
					if($this->_framedepth < $this->maxframes && count($this->_frameurls) > 0)
170
					{
171
						$frameurls = $this->_frameurls;
172
						$this->_frameurls = array();
173
						
174
						while(list(,$frameurl) = each($frameurls))
175
						{
176
							if($this->_framedepth < $this->maxframes)
177
							{
178
								$this->fetch($frameurl);
179
								$this->_framedepth++;
180
							}
181
							else
182
								break;
183
						}
184
					}					
185
				}
186
				else
187
				{
@@ 228-243 (lines=16) @@
225
					}
226
				}
227
228
				if($this->_framedepth < $this->maxframes && count($this->_frameurls) > 0)
229
				{
230
					$frameurls = $this->_frameurls;
231
					$this->_frameurls = array();
232
233
					while(list(,$frameurl) = each($frameurls))
234
					{
235
						if($this->_framedepth < $this->maxframes)
236
						{
237
							$this->fetch($frameurl);
238
							$this->_framedepth++;
239
						}
240
						else
241
							break;
242
					}
243
				}					
244
				return true;					
245
				break;
246
			default: