ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. APPPATH/views/event/agility/view_event_resultlists_print.php [ 3 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

  12. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

Összetett eredmények XS-S S O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 96 Halasi Fruzsina Bácskautcai My Little Bastard "Alfa" 113.57 1 0 0.00 5.00 0 3
2 109 Fekete Dóra Escoliar D'Oro Heimdall "Tyler" 123.84 2 1 1.58 16.58 0 3
3 93 Maros Gergely Dancing on Fire Power of Niagara "Nia" 69.73 0 0 0.00 0.00 1 3
4 111 Fazekas Emese KitFox Yoru "Yoru" 82.08 0 1 0.03 5.03 1 3
5 47 Sárga-Tóth Vivien Mozart Star De Fer "Momo" 83.66 0 1 4.78 9.78 1 3
6 95 Sipka Marianna Drystream Blue Velvet "Kiky" 81.80 1 1 1.99 11.99 1 3
7 1 Kardos-Horváth Tímea Zsófia Lujza "Lujza" 88.03 1 0 7.89 12.89 1 3
8 5 Schneider Réka Mystic Moonlight Black Treasure "Haribo" 85.65 0 2 3.52 13.52 1 3
9 98 Kerékgyártó Csenge Müzli "Müzli" 88.84 1 1 7.84 17.84 1 3
10 106 dr. Landauer Krisztina Happy Shepherds Penny "Penny" 93.88 1 2 7.88 22.88 1 3
11 104 Czirják Lili Dézi "Dézi" 98.43 1 2 12.43 27.43 1 3
12 48 Naggyőr Dalma Get T’party started Champa Chin "Ryn" 89.30 2 4 8.30 38.30 1 3
13 102 Farkas Katalin Powder Puff Hestia Flying Victory "Amy" 39.40 0 0 0.00 0.00 2 3
14 105 Schneider Réka Pepper Power at Small Swan "Pepper" 40.79 0 0 0.00 0.00 2 3
15 100 Favari Cintia Unexpected Love of Summergarden "Jumi" 38.20 0 0 0.20 0.20 2 3
16 94 Naggyőr Dalma Rolex in blue of Summergarden "Welle" 41.72 0 1 0.00 5.00 2 3
17 92 Dölles-Novák Réka Endless love of Summergarden "Maeve" 44.60 1 0 1.60 6.60 2 3
18 6 Fülöp Ágnes YOU ONLY LIVE ONCE from Astro Team (FCI) "Yolo" 43.13 0 1 5.13 10.13 2 3
19 107 Mayer Edit Kompi "Kompi" 50.31 0 1 12.31 17.31 2 3
20 110 Heincinger Lilla Cashew "Cashew" 50.69 0 2 7.69 17.69 2 3
21 2 Fülöp Ágnes CATCH ME IF YOU CAN from Astro Team (FCI) "Lito" 48.72 1 2 5.72 20.72 2 3
DIS 3 Szabó-Ray Brigitta Queen of the reich "Vola" 0.00 0 0 0.00 0.00 3 3
DIS 4 Végh Cecilia Ester von der Isarwelle "Cora" 0.00 0 0 0.00 0.00 3 3
DIS 46 Mihálovics Tamara Maszat "Maszi" 0.00 0 0 0.00 0.00 3 3
DIS 49 Péntek Olivia Matranensis Ursula "Lencse" 0.00 0 0 0.00 0.00 3 3
DIS 50 Bászler Emese Mystic Moonlight Black L'Amour "Nala" 0.00 0 0 0.00 0.00 3 3
DIS 51 Dámsa Renáta Lissbis Black Amelie "Candy" 0.00 0 0 0.00 0.00 3 3
DIS 52 Köböl Szabina Chicavallo Inola "Gwen" 0.00 0 0 0.00 0.00 3 3
DIS 91 Fazekas Emese Kitfox Yume "Yume" 0.00 0 0 0.00 0.00 3 3
DIS 97 Gyenes Ildikó Kabardogs Super Sonic "Sonic" 0.00 0 0 0.00 0.00 3 3
DIS 99 Szabó-Ray Brigitta Oliwonder’s Frenetic Winner "Freni" 0.00 0 0 0.00 0.00 3 3
DIS 101 Mészárosné Oláh Szabina Ivett Elinor du Moulin de Mcmonique "Szofi" 0.00 0 0 0.00 0.00 3 3
DIS 103 Halász Ildikó Djiny Bergerac de Hu "Djiny" 0.00 0 0 0.00 0.00 3 3
DIS 108 Lóránth Sándor Prince of Sunlight Black Diamond "Spock" 0.00 0 0 0.00 0.00 3 3
DIS 203 Bacsinszky Éva Quinlent Linkwood "Havana" 0.00 0 0 0.00 0.00 3 3

Összetett eredmények M M O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 131 Mészáros Petra Jumparound Come 'N Play With Me "Kiito" 121.49 0 0 0.00 0.00 0 3
2 115 dr. Kovács Eszter Judit Dancing on Fire Nova "Nova" 124.01 1 0 0.07 5.07 0 3
3 124 Holti Krisztina Bigsmithy Gadget "Forrest Gump " 134.16 1 1 4.38 14.38 0 3
4 113 Heincinger Lilla Prince of Sunlight Hitparade "Ász" 149.96 1 6 19.96 54.96 0 3
5 132 Novothny Linda The South's Star Island Guy "Vili" 76.78 0 0 0.00 0.00 1 3
6 63 Sipőcz Anna Jumpylocks Agility Girl "Ally" 76.98 0 0 0.00 0.00 1 3
7 137 Sárga-Tóth Vivien Béta's Hurricane Balance "Ensley" 90.46 0 0 3.46 3.46 1 3
8 56 Horváth-Tóth Boglárka Völgység Kincse Brill "Yama" 80.98 0 1 0.00 5.00 1 3
9 112 Jenei Monika Kókusz "Kókusz" 85.38 0 1 0.00 5.00 1 3
10 9 Bankos Anett Fabulous Falcon Regenfield "Bobby" 83.46 0 1 0.17 5.17 1 3
11 57 Samu Hedvig Klára Becky'ma Douce Petite Vie "Becky" 87.02 0 1 2.02 7.02 1 3
12 141 Filep Viktor Bro 'ma Douce Petite Vie "Bro" 76.64 2 0 0.00 10.00 1 3
13 118 Bohony Brigitta Cerunnos Parmesan "Sophie" 76.83 2 0 0.00 10.00 1 3
14 121 Korcz Nikolett Tockins of Beauty and Beast "Csió" 79.46 2 0 0.00 10.00 1 3
15 125 Pirbusné László Éva Mystic Moonlight Bi Black Enigmatic Shadow "Shadow" 81.52 1 1 0.00 10.00 1 3
16 13 Rózsa Norbert Stone Maister Light of My Eyes "Vanda" 81.55 0 2 0.76 10.76 1 3
17 143 Jenei Monika Follow Me Little Thomas "Áfonya" 97.21 1 1 9.21 19.21 1 3
18 59 Molnár Emma Anna Madzag 114.96 0 2 27.96 37.96 1 3
19 130 Bertalan Dóra Köves-Bérci Betyár Bársonyos Berkenye "Csipke" 36.71 0 0 0.00 0.00 2 3
20 128 Boronkai Luca Bodza "Bodza" 38.40 0 0 0.00 0.00 2 3
21 62 Gulyás Linda Brightlight Beauty Regenfield "Kanga" 39.82 0 0 0.00 0.00 2 3
22 136 Fazekas Emese Happy Shepherds Katrina "Katrina" 39.98 0 0 0.00 0.00 2 3
23 126 Szentpéteri Csaba Helka "Helka" 41.31 0 0 0.00 0.00 2 3
24 144 Heincinger Lilla Boomerang McFly "Boomerang" 43.56 0 0 0.56 0.56 2 3
25 134 Sipos Beáta Luca "Luca" 44.86 0 0 2.86 2.86 2 3
26 7 Hegedős Ákos Ego 49.70 0 0 4.70 4.70 2 3
27 135 Bartha Zsófia Nithvalley Peat Bog Fairies "Seelie " 38.09 1 0 0.00 5.00 2 3
28 119 Szakál Evelin Whirlwind Sasha Regenfield "Sasha" 39.60 0 1 0.00 5.00 2 3
29 139 Keskeny Edina Köves-Bérci Betyár Pille "Pille" 41.37 0 2 0.00 10.00 2 3
30 114 Muskovits Mónika Skinny "Skinny" 46.37 1 1 1.37 11.37 2 3
31 117 Kerekes Anna Galla-Hegyi Vackor "Pipacs" 48.39 0 2 3.39 13.39 2 3
32 10 Büki Zsuzsanna Jäger "Jäger" 47.82 0 2 4.82 14.82 2 3
33 14 Novák Viktória Minimark's Emotion In Motion "Sparkle" 49.27 2 1 4.27 19.27 2 3
34 60 Czirják Lili Emily' ma Douce Petite Vie "Emily" 55.49 1 2 10.49 25.49 2 3
DIS 8 Királyné Barkóczi Emese Therapy Angels Feta "Feta" 0.00 0 0 0.00 0.00 3 3
DIS 11 Szabó Adrienne Ebony from Golden Regia "Eby" 0.00 0 0 0.00 0.00 3 3
DIS 12 Pintér Alexandra Daisy "Daisy" 0.00 0 0 0.00 0.00 3 3
DIS 15 Dr. Juhász Krisztina Rézi "Rézi" 0.00 0 0 0.00 0.00 3 3
DIS 53 Hegyi Laura Bonus'ma Douce petite vie "Charlie" 0.00 0 0 0.00 0.00 3 3
DIS 54 Somogyvári Márta Kitfox Yuzu "Vinnie" 0.00 0 0 0.00 0.00 3 3
DIS 55 Csorvási Csilla Dzsina "Dzsina " 0.00 0 0 0.00 0.00 3 3
DIS 58 Tarnóczi Katalin White Water Itsy Bitsy Passion Flame "Nala" 0.00 0 0 0.00 0.00 3 3
DIS 61 Fekete Bogi Hannah's red Devil Dj "Zepy" 0.00 0 0 0.00 0.00 3 3
DIS 116 Kerékgyártó Anna Mirage from Golden Regia "Miro" 0.00 0 0 0.00 0.00 3 3
DIS 120 Saftics Dóra Köves-bérci Betyár Göndör Gigi "Lilu" 0.00 0 0 0.00 0.00 3 3
DIS 122 Szappanos Petra Happy Shepherds Zeke "Zik" 0.00 0 0 0.00 0.00 3 3
DIS 123 Orbánné Tóth Ágnes Sweety-Chi "Sweet" 0.00 0 0 0.00 0.00 3 3
DIS 127 Sipőcz Barbara Kaley from Golden Regia "Kaley" 0.00 0 0 0.00 0.00 3 3
DIS 129 Tálasi Zsófi Bariguard Extreme Tatárjuhar "Tati" 0.00 0 0 0.00 0.00 3 3
DIS 133 Szépfalusi Noémi Piszke "Piszke" 0.00 0 0 0.00 0.00 3 3
DIS 138 Hazai Anita Bull Brother's Amazing Icon "Ikon" 0.00 0 0 0.00 0.00 3 3
DIS 140 Jäckl Anikó Nyírségfia Betyár Szellő "Szöszi" 0.00 0 0 0.00 0.00 3 3
DIS 142 Herendy Veronika Happy Shepherds Hermina "Hermina" 0.00 0 0 0.00 0.00 3 3
DIS 202 Kovács Dorottya Virágoskúti Berkenye "Wicca" 0.00 0 0 0.00 0.00 3 3

Összetett eredmények I I O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 158 Vigh Csaba Prézli "Prézli" 136.22 0 0 2.95 2.95 0 3
2 155 Ádám-Bökényi Bernadett Bellamie aus dem Bergischen "Mí" 114.59 1 1 0.00 10.00 0 3
3 150 Buzássy Honóra Grisa Angels of Baranya "Kiwi " 88.37 0 0 0.00 0.00 1 3
4 164 Kovács Zsuzsanna Hédi "Hédi" 89.40 0 0 0.36 0.36 1 3
5 151 Weibl Jenő Kesu "Kesu" 81.09 1 0 0.00 5.00 1 3
6 159 Tálasi Zsófi Dynamic Drive Dynamic "Dina" 84.71 0 1 0.00 5.00 1 3
7 146 Adonyi Vanessza Daisy Chains Zip Zap "Hazel" 75.62 0 2 0.00 10.00 1 3
8 65 Vella Anikó Baranyai Ügyes "Csikasz" 92.15 2 0 0.94 10.94 1 3
9 156 Ádám József Áfonya of the Sporty Heroes "Áfi" 95.26 1 2 0.52 15.52 1 3
10 162 Csóka Tamás Smiling Soul-TEAM Double Trouble "Mangó" 87.14 2 1 1.18 16.18 1 3
11 147 Dömsödi Eszter Nemes-Eszes Atom "Szömörce" 96.88 0 3 2.70 17.70 1 3
12 163 Ficzere Csenge Bazooka Pyrception "Zuki" 86.43 2 2 0.00 20.00 1 3
13 154 Molas Coll Erika Beep'ma Douce Petite Vie "Milo" 90.88 2 3 0.00 25.00 1 3
14 20 Dr. Papp Mónika Misty Highland All In All "Situ" 88.34 1 3 6.34 26.34 1 3
15 67 Kapuszta Tímea Love of Scotland Keep My Heart "Daisy" 87.96 2 3 5.96 30.96 1 3
16 161 Bakos Zoltán Fire Inspired Entrancing Firebird "Zuri" 36.46 0 0 0.00 0.00 2 3
17 152 Fóti Gábor McPotter's Creek's Zanót "Magua" 39.50 0 0 0.00 0.00 2 3
18 17 Gémesi Rita Angels for Therapy Summer Sunflower "Isha " 39.35 0 1 0.00 5.00 2 3
19 165 Tóth Ágnes Fire Inspired Supra "Supra" 34.36 2 0 0.00 10.00 2 3
20 148 Bankó Bettina Acsai Vértes Apród "Mokka" 47.83 0 1 5.83 10.83 2 3
21 22 Heincinger Lilla Bariguard Extreme Ferdinand "Ferdinánd" 51.78 0 1 9.78 14.78 2 3
22 201 Juhasz Nikol Lucky For You "Violet" 74.08 0 1 19.08 24.08 2 3
DIS 16 Eifert Anna Holman’s Minden "Törpilla" 0.00 0 0 0.00 0.00 3 3
DIS 18 Ádám-Bökényi Bernadett Rainbow of the Sporty Heroes "Bow" 0.00 0 0 0.00 0.00 3 3
DIS 19 Lelkes Csaba Bori "Borbála" 0.00 0 0 0.00 0.00 3 3
DIS 21 Kiss Petra Szofi "Szofika " 0.00 0 0 0.00 0.00 3 3
DIS 64 Major Dóra My Zynk's Kökörcsin "Csí" 0.00 0 0 0.00 0.00 3 3
DIS 66 Galla Zsuzsa Velox Crur Como "Gino" 0.00 0 0 0.00 0.00 3 3
DIS 68 Csiszár Andrea Lucky For You Choco Dream "Bodza" 0.00 0 0 0.00 0.00 3 3
DIS 145 Laki Zsolt Dancing on Fire Starfox "Fox" 0.00 0 0 0.00 0.00 3 3
DIS 149 Havasi Zsolt Viharbanszületett (Néha) Barátságos Állat "Bodza" 0.00 0 0 0.00 0.00 3 3
DIS 153 Csányi Orsolya Zero Mistake at Wendigo's Wind "Nera" 0.00 0 0 0.00 0.00 3 3
DIS 157 Róth Ágnes Bal-aton Kincse Giga "Vega" 0.00 0 0 0.00 0.00 3 3
DIS 160 Novák Tamara Perfect Sense England "Neela" 0.00 0 0 0.00 0.00 3 3

Összetett eredmények L L O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 196 Sallay Zsófia Fawkes The First Border on The Moon "Chi" 109.57 0 0 0.00 0.00 0 3
2 190 Csávás Viki Lucky Summer PureSoulMate "Silkka" 116.63 1 1 0.00 10.00 0 3
3 83 Hancs Hanna Bariguard Extreme Lana Del Ray "Freyja" 125.59 2 1 0.74 15.74 0 3
4 189 Tóth Zsuzsanna Corrieloch Jet "Jet" 125.54 0 3 3.42 18.42 0 3
5 181 Halász Ildikó Lizi Comme un Reve Noir "Lizi" 163.88 1 2 36.88 51.88 0 3
6 34 Bacsa Nóra Börzsönykerti-Hűha Babér "Babér " 185.71 3 4 58.71 93.71 0 3
7 178 Horváth-Tóth Boglárka Lupin The First Border on The Moon "Santee" 70.49 0 0 0.00 0.00 1 3
8 175 Számfira Eszter Blackbird Gold'N Rebeits "Tessa" 70.74 0 0 0.00 0.00 1 3
9 197 Bartalis Viktória Against All Odds Gold'N Rebeits "Jamie" 74.97 0 0 0.00 0.00 1 3
10 168 Bartalis Viktória Wixtra Expecto Patronum "Annie" 75.91 0 0 0.00 0.00 1 3
11 191 Tóth Ágnes Fire Inspired Smouldering Sunset "Sun" 77.82 0 0 0.00 0.00 1 3
12 200 Papinóth-Bartos Zsuzsanna Call me Ghost with BRAIN INSIDE "Tofu" 74.54 1 0 0.00 5.00 1 3
13 173 Molnár Adrienn Lucky Summer Spumante "ASTI" 82.27 0 1 0.00 5.00 1 3
14 180 Brunczlik Kristián Atta "Atta" 82.82 1 0 0.00 5.00 1 3
15 185 Sprőber Dóra Mawlch Veen "Winona" 76.81 0 1 1.13 6.13 1 3
16 184 Paulikné Müllner Anita Dainty Rogue at Sylvan Moonlight "Odi" 89.14 1 0 3.14 8.14 1 3
17 183 Balogh-Nagy Réka Bariguard Indian Meyerea "Yoda" 84.91 1 1 4.95 14.95 1 3
18 169 Fejes Diana Kugel "Lecso" 83.85 1 2 3.85 18.85 1 3
19 84 Galanics Mariann Living the Dream of Bordertreowe "Lucas" 81.07 2 2 1.18 21.18 1 3
20 89 Ambrus Vivien Bailey 100.65 1 1 20.65 30.65 1 3
21 177 Szabó Zsuzsanna Gizda "Gizda" 91.70 2 2 11.70 31.70 1 3
22 23 Stummer Máté Ayris the Countess of Sherborne "Ayris" 99.40 3 1 13.40 33.40 1 3
23 88 Pete Luca Sarolta Milo "Milo" 109.60 2 3 21.60 46.60 1 3
24 166 Veres Viola Trust and Follow Noble Knight "Taki" 36.68 0 0 0.00 0.00 2 3
25 195 Veres Viola Beautiful Sonata Gold'n Rebeits "Soni" 37.33 0 0 0.00 0.00 2 3
26 176 Ács-Kövesi Ágnes Wings For Run Wetu "Wetu" 37.68 0 0 0.00 0.00 2 3
27 87 Tamás Daniella Luna TD "Luna" 43.14 0 0 4.14 4.14 2 3
28 72 Nagy-Fábián Mariann Fire Inspired Air Blade "Solar" 33.88 1 0 0.00 5.00 2 3
29 199 Papinóth-Bartos Zsuzsanna Wixtra Paradise "Chia" 42.77 0 1 0.00 5.00 2 3
30 198 Tanoss Eszter GDV Gloire "Mira" 47.89 0 0 6.89 6.89 2 3
31 171 Kovács Emese Dangerous Love Rebell Represent "Nova " 41.44 0 1 2.44 7.44 2 3
32 79 Román Gabriella Poseidon Elfmagic Nefretiti- Nova "Niva" 42.48 0 1 3.48 8.48 2 3
33 74 Tráj Tamás Summerblossom Black Viper "Nuri" 36.28 2 0 0.00 10.00 2 3
34 193 Szabó Zsófia Finix Xtatic Priya "Priya" 40.76 1 1 0.00 10.00 2 3
35 170 Eifert Anna Holman’s Nebraska "Neb" 44.13 1 1 0.00 10.00 2 3
36 187 Kollár Barna Yoko "Yoko" 46.37 1 1 0.00 10.00 2 3
37 172 Farkas Andrea Wanderers of Saint Wendelin Ben "Ben" 41.33 1 1 2.33 12.33 2 3
38 28 Szabó Zsuzsanna Nina "Nina" 40.63 2 1 0.00 15.00 2 3
39 70 Nyíriné Györke Csilla Solo "Solo" 53.16 1 1 6.16 16.16 2 3
40 40 Csák Sejla Diva del sol "Bonnie" 55.35 1 1 8.35 18.35 2 3
41 36 Balogh-Nagy Réka Niagara of The Sporty Heroes "Niagara" 43.72 1 2 4.72 19.72 2 3
42 45 Stummer Máté Beau Sancy from Sherborne "Csilli" 58.85 1 1 11.85 21.85 2 3
43 29 Fábiàn-Takács Petra Renáta Drop Of Heaven Banelion "Cole" 45.19 2 2 6.19 26.19 2 3
44 186 Walkó Andrea Zille "Zille " 48.25 2 2 7.25 27.25 2 3
45 24 Földiné Kovács Tímea Aston Martin at Visible Love "Koda " 49.60 3 2 2.60 27.60 2 3
DIS 25 Molnár Adrienn Need for Motion NIRVANA "Nira" 0.00 0 0 0.00 0.00 3 3
DIS 26 Hatvani Viktória Antonio Coimbra de la Sherborne "Nio" 0.00 0 0 0.00 0.00 3 3
DIS 27 Soós Szilvia Infinity Nova Stars Power Dogs "Nova" 0.00 0 0 0.00 0.00 3 3
DIS 30 Vidák Lívia Balanced Energy at Psyborders "Casey" 0.00 0 0 0.00 0.00 3 3
DIS 31 Szabó Adrienne Btw I'm Banzai full of Rush "Banzai" 0.00 0 0 0.00 0.00 3 3
DIS 32 Pakscha Veronika Nangamai OOPS Marten "Szafi" 0.00 0 0 0.00 0.00 3 3
DIS 33 Csík Ildi Collet Kaiannco "Collet" 0.00 0 0 0.00 0.00 3 3
DIS 35 Korcz Nikolett Think Fast Run Faster Stockholm "Sushi" 0.00 0 0 0.00 0.00 3 3
DIS 38 Kardos-Horváth Tímea Wanderers of Saint Wendelin flash in the sky "Alexander" 0.00 0 0 0.00 0.00 3 3
DIS 39 Varga Mihály Árek "Árek" 0.00 0 0 0.00 0.00 3 3
DIS 41 Balogh Dóra Bariguard Flamenco "Kay" 0.00 0 0 0.00 0.00 3 3
DIS 42 Juhász-Gaál Renáta Sintra at Sky Eye Border "Sintra" 0.00 0 0 0.00 0.00 3 3
DIS 43 Raduka Martina Lucky Charm Parallel Universe "Milo" 0.00 0 0 0.00 0.00 3 3
DIS 44 Bertalan Dóra Wixtra Brownie Bonbon "Boni" 0.00 0 0 0.00 0.00 3 3
DIS 69 Kajári Bence Blessed Borders Double Portion "Halley" 0.00 0 0 0.00 0.00 3 3
DIS 73 Buzássy Honóra Toronto Angels of Baranya "Kodak" 0.00 0 0 0.00 0.00 3 3
DIS 75 Imhof Bianka Jázmin KidDragons On Fire Kind Of Magic "Merlin" 0.00 0 0 0.00 0.00 3 3
DIS 76 Sirkó Teréz Sense of Insanity Secret River "River" 0.00 0 0 0.00 0.00 3 3
DIS 77 Káli Anita Future Hope G-Nox "Nox" 0.00 0 0 0.00 0.00 3 3
DIS 78 Pintér-Grosz Kata Blissful Shine Orange "Naira" 0.00 0 0 0.00 0.00 3 3
DIS 80 Molnár-Glant Nóra Need for Motion Big Bang Zin "Zin" 0.00 0 0 0.00 0.00 3 3
DIS 81 Mayer Edit Il Mondo del Carmen Bragi "Bragi" 0.00 0 0 0.00 0.00 3 3
DIS 82 Szalatnyay Örsi Karma Venator d’Ursus "Olio" 0.00 0 0 0.00 0.00 3 3
DIS 85 Sallay Zsófia Shy-Shy 0.00 0 0 0.00 0.00 3 3
DIS 86 Kovári Júlia Tréfli "Tréfli" 0.00 0 0 0.00 0.00 3 3
DIS 90 Csávás Viki Lucky Summer Perfect Omega "Omi" 0.00 0 0 0.00 0.00 3 3
DIS 167 Sallay Zsófia Lexgryfe Ríra "Ríra" 0.00 0 0 0.00 0.00 3 3
DIS 174 Fazekas Ágnes Zimantra "Tra" 0.00 0 0 0.00 0.00 3 3
DIS 179 Zana Szilvia Flower of Old Hill Whizz "Pinkie" 0.00 0 0 0.00 0.00 3 3
DIS 182 Vencz Mercédesz Démon "Démon" 0.00 0 0 0.00 0.00 3 3
DIS 188 Sprőber Hanna Drop Of Heaven Arden "Arden" 0.00 0 0 0.00 0.00 3 3
DIS 192 Nagy Krisztina Cranberry Cottage Venice "Yuki" 0.00 0 0 0.00 0.00 3 3
DIS 194 Hámori Péter Every Kingdom Sailor Moon "Nayra" 0.00 0 0 0.00 0.00 3 3