Copy name and city into page keywords
[infodrom.org/www.zeitungsliste.de] / lib / zeitung.inc
index 7fde775..751963b 100644 (file)
@@ -31,7 +31,7 @@ function zeitung_check_url($url, $zid=false)
 
   if (($sth = db_query($query)) === false) return false;
 
-  if (pg_NumRows($sth) == 0) return false;
+  if (pg_num_rows($sth) == 0) return false;
 
   $row = pg_fetch_array($sth, 0);