Browse Source

Fixed some rare things with admin/index.php

pecesama 16 years ago
parent
commit
72aa79ab64
1 changed files with 5 additions and 3 deletions
  1. 5 3
      admin/index.php

+ 5 - 3
admin/index.php View File

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