cvs: pearweb /public_html/map index.php
[email protected] ("Helgi ?ormar ?orbj?rnsson")
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1209258471@cvsserver> |
dufuz Sun Apr 27 01:07:51 2008 UTC
Modified files:
/pearweb/public_html/map index.php
Log:
remove testing code
http://cvs.php.net/viewvc.cgi/pearweb/public_html/map/index.php?r1=1.15&r2=1.16&diff_format=u
Index: pearweb/public_html/map/index.php
diff -u pearweb/public_html/map/index.php:1.15 pearweb/public_html/map/index.php:1.16
--- pearweb/public_html/map/index.php:1.15 Wed Apr 16 22:31:12 2008
+++ pearweb/public_html/map/index.php Sun Apr 27 01:07:51 2008
@@ -15,7 +15,7 @@
* @author David Coallier <[email protected]>
* @copyright Copyright (c) 1997-2005 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: index.php,v 1.15 2008/04/16 22:31:12 dufuz Exp $
+ * @version $Id: index.php,v 1.16 2008/04/27 01:07:51 dufuz Exp $
*/
$maps = array(
'world' =>
@@ -82,7 +82,6 @@
}
$infos = $dbh->getAll($sql, $data);
-$infos = array();
if (empty($infos)) {
response_header('PEAR Maps');
echo '<h1>PEAR Developer Locations</h1>';