Pārlūkot izejas kodu

Fixed some rare things with admin/index.php

pecesama 15 gadus atpakaļ
vecāks
revīzija
72aa79ab64
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      admin/index.php

+ 5 - 3
admin/index.php Parādīt failu

@@ -279,10 +279,10 @@ if ($user->isAuthenticated()) {
279 279
 							$row['Caption'] = $register["description"];
280 280
 							break;
281 281
 					}
282
-<<<<<<< .mine
282
+
283 283
 					$rows[] = $row;
284 284
 				}
285
-=======
285
+
286 286
 					
287 287
 					$limit=$conf->postLimit;
288 288
 					
@@ -319,7 +319,9 @@ if ($user->isAuthenticated()) {
319 319
 									} else {
320 320
 										$photoPath = $register["url"];
321 321
 									}
322
->>>>>>> .r241
322
+							}
323
+						}
324
+					}
323 325
 
324 326
 				$p = new pagination;
325 327
 				$p->items($tumble->getPostsNumber());