--- /home/mwave/temp/work/simplehtmldom.module	2009-08-28 18:35:25.000000000 -0700
+++ /home/mwave/development/workspace/drupal70/sites/all/modules/simplehtmldom/simplehtmldom.module	2011-01-18 11:20:02.000000000 -0800
@@ -4,7 +4,7 @@
 // Include the only file of the library.
 // There are 5-6 funcs there and their names are not prefixed. But these names are quite unprobable to cause collisions...
 
-if (!function_exists($function_name) ) {
+ if (!function_exists('str_get_html')) {
   require_once('simplehtmldom/simple_html_dom.php');
 }
 else {
