changeset 636:4ea7a88cdb2f

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Nov 2014 00:00:20 +0200
parents 59d14c0825cd
children a376521c7bd1
files admajax.php
diffstat 1 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Sat Nov 01 16:16:06 2014 +0200
+++ b/admajax.php	Mon Nov 03 00:00:20 2014 +0200
@@ -278,8 +278,7 @@
     }
   }
   
-  $str .= stGetOptionListEnd($indent, $outer);
-  return $str;
+  return $str.stGetOptionListEnd($indent, $outer);
 }
 
 
@@ -305,8 +304,7 @@
     }
   }
 
-  $str .= stGetOptionListEnd($indent, $outer);
-  return $str;
+  return $str.stGetOptionListEnd($indent, $outer);
 }
 
 
@@ -321,8 +319,7 @@
       $str .= $indent."  ".stGetOptionListItem($item["id"], FALSE, $item["title"]);
   }
 
-  $str .= stGetOptionListEnd($indent, $outer);
-  return $str;
+  return $str.stGetOptionListEnd($indent, $outer);
 }
 
 
@@ -384,8 +381,7 @@
     }
   }
 
-  $str .= stGetOptionListEnd($indent, $outer);
-  return $str;
+  return $str.stGetOptionListEnd($indent, $outer);
 }