SilentLittleCat пре 7 година
родитељ
комит
dade4e4e86
2 измењених фајлова са 6 додато и 8 уклоњено
  1. 6 6
      .idea/workspace.xml
  2. 0 2
      source/module/forum/forum_group.php

+ 6 - 6
.idea/workspace.xml

xqd xqd xqd
@@ -16,8 +16,8 @@
       <file leaf-file-name="forum_group.php" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="198">
-              <caret line="346" column="51" lean-forward="false" selection-start-line="346" selection-start-column="51" selection-end-line="346" selection-end-column="51" />
+            <state relative-caret-position="632">
+              <caret line="360" column="31" lean-forward="true" selection-start-line="360" selection-start-column="31" selection-end-line="360" selection-end-column="31" />
               <folding />
             </state>
           </provider>
@@ -314,12 +314,12 @@
       <workItem from="1525181078381" duration="610000" />
       <workItem from="1525227575525" duration="11054000" />
       <workItem from="1525275777043" duration="4000" />
-      <workItem from="1525612433789" duration="9746000" />
+      <workItem from="1525612433789" duration="9845000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="25634000" />
+    <option name="totallyTimeSpent" value="25733000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -794,8 +794,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/source/module/forum/forum_group.php">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="198">
-          <caret line="346" column="51" lean-forward="false" selection-start-line="346" selection-start-column="51" selection-end-line="346" selection-end-column="51" />
+        <state relative-caret-position="632">
+          <caret line="360" column="31" lean-forward="true" selection-start-line="360" selection-start-column="31" selection-end-line="360" selection-end-column="31" />
           <folding />
         </state>
       </provider>

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

xqd
@@ -349,8 +349,6 @@ if($action == 'index') {
 			$sg_data['fid'] = $newfid;
             $iconnew = upload_icon_banner($sg_data, $_FILES['iconnew'], 'icon');
             $bannernew = upload_icon_banner($sg_data, $_FILES['bannernew'], 'banner');
-            print_r($iconnew);
-            exit();
             if($iconnew) {
                 $icon = $iconnew;
             } else {