gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/my index.php,1.27,1.28


From: gsmet
Subject: [Gforge-commits] gforge/www/my index.php,1.27,1.28
Date: Sun, 18 Apr 2004 04:47:03 -0500

Update of /cvsroot/gforge/gforge/www/my
In directory db.perdue.net:/tmp/cvs-serv30328/www/my

Modified Files:
        index.php 
Log Message:
Applied #745 by Hidenari Miwa


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/my/index.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- index.php   31 Mar 2004 16:57:31 -0000      1.27
+++ index.php   18 Apr 2004 09:46:58 -0000      1.28
@@ -77,7 +77,7 @@
                        '&group_id='.$art->ArtifactType->Group->getID().
                        '&atid='.$art->ArtifactType->getID().'">'.
                        $art->getID().'</td>
-                       <td>' . stripslashes($art->getSummary());
+                       <td>' . $art->getSummary();
 
                        $last_group = $art->ArtifactType->getID();
                }
@@ -106,7 +106,7 @@
                        <td><a href="/tracker/?func=detail&amp;aid='.
       $art->getID().
       '&amp;group_id='.$art->ArtifactType->Group->getID().
-      '&amp;atid='.$art->ArtifactType->getID().'">' . 
stripslashes($art->getSummary()) .'</a>';
+      '&amp;atid='.$art->ArtifactType->getID().'">' . $art->getSummary() 
.'</a>';
 
                        $last_group = $art->ArtifactType->getID();
                }
@@ -227,7 +227,7 @@
                        '&amp;group_id='.$group->getID().
                        '&amp;group_project_id='.$projectGroup->getID().'">'.
                        $task->getID().'</td>
-                       
<td>'.$style_begin.stripslashes($task->getSummary()).$style_end;
+                       <td>'.$style_begin.$task->getSummary().$style_end;
 
                        $last_group = $projectGroup->getID();
                }
@@ -397,4 +397,4 @@
 
 }
 
-?>
\ No newline at end of file
+?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]