cvs: docweb /scripts checkent.php
[email protected] ("Sean Coates")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvssean1106368901@cvsserver> |
sean Fri Jan 21 23:41:41 2005 EDT
Modified files:
/docweb/scripts checkent.php
Log:
removed my debug truncation; should never have been committed
http://cvs.php.net/diff.php/docweb/scripts/checkent.php?r1=1.11&r2=1.12&ty=u
Index: docweb/scripts/checkent.php
diff -u docweb/scripts/checkent.php:1.11 docweb/scripts/checkent.php:1.12
--- docweb/scripts/checkent.php:1.11 Fri Jan 21 18:52:37 2005
+++ docweb/scripts/checkent.php Fri Jan 21 23:41:41 2005
@@ -18,7 +18,7 @@
* | Docweb port: Nuno Lopes <[email protected]> |
* | Mehdi Achour <[email protected]> |
* +----------------------------------------------------------------------+
- * $Id: checkent.php,v 1.11 2005/01/21 23:52:37 sean Exp $
+ * $Id: checkent.php,v 1.12 2005/01/22 04:41:41 sean Exp $
*/
set_time_limit(0);
@@ -229,7 +229,6 @@
$errors = array();
$numb = 0;
-$entity_urls = array_slice($entity_urls, 0, 5);
// Walk through entities found
foreach ($entity_urls as $num => $entity_url) {