toby Tue May 24 06:33:20 2005 EDT
Modified files:
/pearweb/public_html/trackback trackback.php
Log:
* Reactivating trackbacks after update to Services_Trackback 0.5.0.
http://cvs.php.net/diff.php/pearweb/public_html/trackback/trackback.php?r1=1.13&r2=1.14&ty=u
Index: pearweb/public_html/trackback/trackback.php
diff -u pearweb/public_html/trackback/trackback.php:1.13
pearweb/public_html/trackback/trackback.php:1.14
--- pearweb/public_html/trackback/trackback.php:1.13 Mon May 23 17:16:04 2005
+++ pearweb/public_html/trackback/trackback.php Tue May 24 06:33:18 2005
@@ -17,30 +17,18 @@
| Authors: Tobias Schlitt <toby@xxxxxxx> |
| |
+----------------------------------------------------------------------+
- $Id: trackback.php,v 1.13 2005/05/23 21:16:04 toby Exp $
+ $Id: trackback.php,v 1.14 2005/05/24 10:33:18 toby Exp $
*/
require_once 'Damblan/Trackback.php';
-
-$trackback = Services_Trackback::create(array('id' => 1));
-echo $trackback->getResponseError('Temporary out of order, please try back in
about 2 hours!', 1);
-
-/*
- *
- * Temporary out of order during upgrade to Services_Trackback 0.5.0
-
require_once 'Damblan/Mailer.php';
require_once 'Damblan/URL.php';
$site = new Damblan_URL;
-
-error_reporting(E_ALL);
-
$params = array('action' => '', 'id' => '');
$site->getElements($params);
-
$id = htmlentities($params['id']);
// This mostly occurs, when the URL is called by a human instead of a script
@@ -121,8 +109,4 @@
echo Services_Trackback::getResponseSuccess();
- *
- *
- */
-
?>
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|