Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60742
Collapse All | Expand All

(-)save_photos.php.orig (+8 lines)
Lines 128-133 Link Here
128
//			$name = eregi_replace(".$tag\$", "", $name);
128
//			$name = eregi_replace(".$tag\$", "", $name);
129
129
130
		}
130
		}
131
132
		$l_aTags = explode(".", $url);
133
		if (!acceptableFormat($l_aTags[count($l_aTags) -1])
134
		{
135
			processingMsg(sprintf(_("URL %s doesn't contain a supported image"), $url));
136
			continue;
137
		}
138
131
		/* Dont output warning messages if we cant open url */
139
		/* Dont output warning messages if we cant open url */
132
	
140
	
133
		/*
141
		/*

Return to bug 60742