[Fusionforge-commits] r16071 - branches/Branch_5_2/src/common/docman/views

Franck VILLAUME nerville at fusionforge.org
Sun Aug 12 18:03:56 CEST 2012


Author: nerville
Date: 2012-08-12 18:03:56 +0200 (Sun, 12 Aug 2012)
New Revision: 16071

Modified:
   branches/Branch_5_2/src/common/docman/views/search.php
Log:
fix quote

Modified: branches/Branch_5_2/src/common/docman/views/search.php
===================================================================
--- branches/Branch_5_2/src/common/docman/views/search.php	2012-08-12 12:18:09 UTC (rev 16070)
+++ branches/Branch_5_2/src/common/docman/views/search.php	2012-08-12 16:03:56 UTC (rev 16071)
@@ -159,7 +159,7 @@
 			}
 			echo '<tr><td width="20px" align="right"><b>'.$count.'.</b></td><td><b>'.$item["title"].'</b> (<a href="'.$fileurl.'">'.$item["filename"].'</a>)</td></tr>';
 			echo '<tr><td colspan="2">'.$item["description"].'</td></tr>';
-			echo '<tr><td colspan="2"><b>'.$item["statename"].'</b>  <i>'.get_path_document($groupsarr, $item["doc_group"], "$item[group_id]").'</i></td></tr>';
+			echo '<tr><td colspan="2"><b>'.$item["statename"].'</b>  <i>'.get_path_document($groupsarr, $item["doc_group"], $item["group_id"]).'</i></td></tr>';
 			echo '<tr><td colspan="2"> </td></tr>';
 		}
 		echo '</table>';




More information about the Fusionforge-commits mailing list