noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 214/323: Plugin : fix indent


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 214/323: Plugin : fix indent
Date: Wed, 14 Mar 2018 17:38:51 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 83ffaf726b9d3d3bf0936249e2632af94f4d2ff7
Author: Dany De Bontridder <address@hidden>
Date:   Sun Feb 18 12:44:58 2018 +0100

    Plugin : fix  indent
---
 include/class/extension.class.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/class/extension.class.php 
b/include/class/extension.class.php
index 478f548..e51c169 100644
--- a/include/class/extension.class.php
+++ b/include/class/extension.class.php
@@ -76,11 +76,11 @@ class Extension extends Menu_Ref_sql
     function can_request($p_login)
     {
         $cnt=$this->cn->get_value("select count(*) from menu_ref
-                                                                               
join profile_menu using (me_code)
-                                                                               
join profile_user using (p_id)
-                                                                               
where
-                                                                               
me_code=$1
-                                                                               
and user_name=$2", array($this->me_code, $p_login));
+                                                                join 
profile_menu using (me_code)
+                                                                join 
profile_user using (p_id)
+                                                                where
+                                                                me_code=$1
+                                                                and 
user_name=$2", array($this->me_code, $p_login));
         if ($cnt>0)
             return 1;
         return 0;



reply via email to

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