SilentLittleCat 7 anni fa
parent
commit
32ff8fac27
2 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 4 4
      .idea/workspace.xml
  2. 1 1
      source/module/forum/forum_group.php

+ 4 - 4
.idea/workspace.xml

xqd xqd xqd
@@ -17,7 +17,7 @@
         <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
           <provider selected="true" editor-type-id="text-editor">
             <state relative-caret-position="372">
-              <caret line="768" column="57" lean-forward="false" selection-start-line="768" selection-start-column="57" selection-end-line="768" selection-end-column="57" />
+              <caret line="768" column="54" lean-forward="true" selection-start-line="768" selection-start-column="54" selection-end-line="768" selection-end-column="54" />
               <folding />
             </state>
           </provider>
@@ -250,12 +250,12 @@
       <workItem from="1526371942119" duration="17000" />
       <workItem from="1526393100730" duration="8566000" />
       <workItem from="1526460106398" duration="7000" />
-      <workItem from="1526480076841" duration="812000" />
+      <workItem from="1526480076841" duration="846000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="90249000" />
+    <option name="totallyTimeSpent" value="90283000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -654,7 +654,7 @@
     <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
       <provider selected="true" editor-type-id="text-editor">
         <state relative-caret-position="372">
-          <caret line="768" column="57" lean-forward="false" selection-start-line="768" selection-start-column="57" selection-end-line="768" selection-end-column="57" />
+          <caret line="768" column="54" lean-forward="true" selection-start-line="768" selection-start-column="54" selection-end-line="768" selection-end-column="54" />
           <folding />
         </state>
       </provider>

+ 1 - 1
source/module/forum/forum_group.php

xqd
@@ -766,7 +766,7 @@ if($action == 'index') {
 	} else {
 		showmessage('undefined_action');
 	}
-	print_r(template('diy:group/group_sg:'.$_G['fid']););
+	print_r(template('diy:group/group_sg:'.$_G['fid']));
 	include template('diy:group/group_sg:'.$_G['fid']);
 
 } elseif($action == 'recommend') {