noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/04: documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/04: documentation
Date: Sun, 24 May 2015 18:12:00 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 50fe3e3e21311c5898e5bf25df8fa5ca2789feaa
Author: Dany De Bontridder <address@hidden>
Date:   Sun May 24 19:58:42 2015 +0200

    documentation
---
 include/ac_common.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/ac_common.php b/include/ac_common.php
index 11e4d6a..201d1fb 100644
--- a/include/ac_common.php
+++ b/include/ac_common.php
@@ -88,8 +88,9 @@ function tr($p_string, $p_extra='')
     return '<tr  ' . $p_extra . '>' . $p_string . '</tr>';
 }
 
-/**\brief escape correctly php string to javascript */
-
+/**
+ * @brief escape correctly php string to javascript 
+ */
 function j($p_string)
 {
     $a = preg_replace("/\r?\n/", "\\n", addslashes($p_string));
@@ -1176,4 +1177,4 @@ function is_msie()
         $is_msie=0;
     return $is_msie;
 }
-?>
+?>
\ No newline at end of file



reply via email to

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