# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/user_relationships/user_relationships_ui/templates/user_relationships_pending_requests.tpl.php
--- contributions/modules/user_relationships/user_relationships_ui/templates/user_relationships_pending_requests.tpl.php Base (1.1.2.7)
+++ contributions/modules/user_relationships/user_relationships_ui/templates/user_relationships_pending_requests.tpl.php Locally Modified (Based On 1.1.2.7)
@@ -13,14 +13,14 @@
   );
 
   foreach ($sections as $column => $section) {
-    if (!$$section) { continue; }
+    if (!$section) { continue; }
     $rows = array();
 
     $rows[] = array(
       array('data' => $section_headings[$section], 'header' => TRUE, 'colspan' => 2)
     );
 
-    foreach ($$section as $relationship) {
+    foreach ($section as $relationship) {
       $links = array();
       if ($section == 'sent_requests') {
         $links[] = theme('user_relationships_pending_request_cancel_link', $account->uid, $relationship->rid);
