Advertisement
Guest User

menalto2piwigo - don't import weight/rank (order)

a guest
Feb 9th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. 331c331
  2. < 'rank' => $weight,
  3. ---
  4. > // 'rank' => $weight,
  5. 419c419,420
  6. < 'update' => array('name', 'comment', 'rank'),
  7. ---
  8. > 'update' => array('name', 'comment'),
  9. > // 'update' => array('name', 'comment', 'rank'),
  10. 570c571
  11. < 'rank' => $row['weight'],
  12. ---
  13. > // 'rank' => $row['weight'],
  14. 706c707,708
  15. < 'update' => array('name', 'comment', 'rank'),
  16. ---
  17. > 'update' => array('name', 'comment'),
  18. > // 'update' => array('name', 'comment', 'rank'),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement