Closed GoogleCodeExporter closed 9 years ago
Original comment by TomHo...@gmail.com
on 11 Jun 2012 at 1:20
To solve this issue change
if ($numrows > 0 && isset($tid)) {
to
if ($numrows > 0 ) {
on line 314 of the migrate.php file
Original comment by hostelle...@gmail.com
on 10 Dec 2012 at 3:29
Fixed when migrate was changed to support Geeklog 2.0.0
Original comment by TomHo...@gmail.com
on 2 Apr 2013 at 9:53
Original issue reported on code.google.com by
hostelle...@gmail.com
on 27 Mar 2012 at 6:54