Changeset 145
- Timestamp:
- 01/19/06 21:36:49 (3 years ago)
- Files:
-
- devel/units/magpie/function_subscriptions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/magpie/function_subscriptions.php
r112 r145 52 52 if ($_SESSION['userid'] == $page_owner) { 53 53 $body .= "<p>". gettext("To subscribe to a new feed, enter its address below:") . "</p>"; 54 $body .= "<form action=\" subscriptions.php\" method=\"post\">";54 $body .= "<form action=\"\" method=\"post\">"; 55 55 $body .= run("templates:draw", array( 56 56 'context' => 'adminTable',
