SilentLittleCat 7 năm trước cách đây
mục cha
commit
3635f325b2
2 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 4 4
      .idea/workspace.xml
  2. 1 0
      source/module/forum/forum_group.php

+ 4 - 4
.idea/workspace.xml

xqd xqd xqd
@@ -37,7 +37,7 @@
         <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
           <provider selected="true" editor-type-id="text-editor">
             <state relative-caret-position="503">
-              <caret line="317" column="48" lean-forward="true" selection-start-line="317" selection-start-column="12" selection-end-line="317" selection-end-column="48" />
+              <caret line="191" column="53" lean-forward="false" selection-start-line="191" selection-start-column="53" selection-end-line="191" selection-end-column="53" />
               <folding />
             </state>
           </provider>
@@ -197,12 +197,12 @@
       <workItem from="1525013350506" duration="115000" />
       <workItem from="1525013490770" duration="4105000" />
       <workItem from="1525181078381" duration="610000" />
-      <workItem from="1525227575525" duration="4577000" />
+      <workItem from="1525227575525" duration="5190000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="9407000" />
+    <option name="totallyTimeSpent" value="10020000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -417,7 +417,7 @@
     <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
       <provider selected="true" editor-type-id="text-editor">
         <state relative-caret-position="503">
-          <caret line="317" column="48" lean-forward="true" selection-start-line="317" selection-start-column="12" selection-end-line="317" selection-end-column="48" />
+          <caret line="191" column="53" lean-forward="false" selection-start-line="191" selection-start-column="53" selection-end-line="191" selection-end-column="53" />
           <folding />
         </state>
       </provider>

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

xqd
@@ -189,6 +189,7 @@ if($action == 'index') {
 	}
 
 	write_groupviewed($_G['fid']);
+	print_r(template('diy:group/group:'.$_G['fid']));
 	include template('diy:group/group:'.$_G['fid']);
 
 } elseif($action == 'memberlist') {