
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|