Issue Details (XML | Word | Printable)

Key: CRM-4717
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Minor Minor
Assignee: David Greenberg
Reporter: Dave Jenkins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CiviCRM

editLink debug echo left in Profile/Selector/Listings.php

Created: 08/Jul/09 06:24 PM   Updated: 08/Jul/09 06:48 PM
Component/s: CiviCRM Profile
Affects Version/s: 2.2.7
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
Between 2.2.5 and 2.2.7, Profile/Selector/Listings.php acquired this:

--- Listings.php.orig 2009-06-30 22:33:03.000000000 +0100
+++ Listings.php 2009-07-08 18:50:31.000000000 +0100
@@ -202,7 +202,6 @@
                                                                    ),
                                   );
 
- echo "editLink: $editLink<p>";
             if ( $editLink ) {
                 self::$_links[CRM_Core_Action::UPDATE] = array(
                                                                'name' => ts('Edit'),

Not wanted and messes up layout.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
David Greenberg added a comment - 08/Jul/09 06:48 PM
r22407