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

Egyéni összetett S S O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 100 Naggyőr Dalma Rolex in blue of Summergarden "Welle" 80.60 0 0 0.00 0.00 0 2
2 4 Ray Brigitta Auricula Sinistra Čáry Máry fuk "Sinistra" 85.24 0 0 0.00 0.00 0 2
3 104 Kuti Péter Prince of Sunlight Daring Blue "Nico" 87.53 0 1 0.00 5.00 0 2
4 109 Wu Xiaoying Chen Xixi "Sisi" 100.21 0 1 7.21 12.21 0 2
5 98 Novák Réka Mystic Moonlight Bi Blue Belmondo "Blue" 85.17 1 2 0.00 15.00 0 2
6 111 Kovácsné Szabó Györgyi Palamenti Black Maya "Maya" 114.51 0 2 21.51 31.51 0 2
7 106 Petkes Melinda Stars of Crystal Valley Favorit "Eliot" 115.32 2 2 22.32 42.32 0 2
8 41 Kaári Gyöngyi Fickó "Fickó" 134.17 1 0 41.17 46.17 0 2
9 107 László Réka Pepper Power at Small Swan "Pepper" 41.45 0 0 0.00 0.00 1 2
10 97 Stir Petra Rosa de le Premier Papillon "Rosa" 49.38 0 0 0.00 0.00 1 2
11 101 Wéber Krisztina Nils Holgersson von Morosso "Nils" 38.01 0 1 0.00 5.00 1 2
12 103 Favari Cintia Unexpected Love of Summergarden "Jumi" 40.31 0 1 0.00 5.00 1 2
13 113 Ray Brigitta Oliwonder’s Frenetic Winner "Freni" 42.29 1 0 0.00 5.00 1 2
14 39 Hatvani Viktória Zozi "Zozi" 49.41 0 0 6.41 6.41 1 2
15 1 Sipka Marianna Drystream Blue Velvet "Kiky" 40.99 1 1 0.00 10.00 1 2
16 112 Görög Marietta Happy Sparks Of The Tempest "Happy" 48.95 0 1 5.95 10.95 1 2
17 102 Benyovszki Beáta Carlos "Carlos" 61.13 0 0 11.13 11.13 1 2
18 36 Szabó-Vékony Hajnalka Mystic Moonlight Bi Black Versace "Logan" 54.37 0 0 11.37 11.37 1 2
19 40 Pribojszki Brigitta Bácskautcai Reserved of my heart "Rodin" 63.20 0 0 13.20 13.20 1 2
20 110 Halász Ildikó Djiny Bergerac de Hu "Djiny" 64.58 0 0 14.58 14.58 1 2
21 95 Kemény Klára Ballada vom Goldenen Sandrücken "Ribizli" 58.99 0 0 15.99 15.99 1 2
22 99 Kovács Ágnes Persy Slovakia Lutra "Mani" 51.12 2 1 1.12 16.12 1 2
23 114 Szabó-Vékony Hajnalka Mystic Moonlight Bi Black Enigmatic Shadow "Shadow" 61.48 0 1 11.48 16.48 1 2
24 105 Mayer Edit Kompi "Kompi" 62.46 1 1 12.46 22.46 1 2
DIS 2 Kovácsné Szabó Györgyi Mystic Moonlight Black Freya "Fanni" 0.00 0 0 0.00 0.00 2 2
DIS 3 Görög Marietta Sea Blue Sequences Of Most Majestic "Blue" 0.00 0 0 0.00 0.00 2 2
DIS 37 Fülöp Ágnes CATCH ME IF YOU CAN from Astro Team (FCI) "Lito" 0.00 0 0 0.00 0.00 2 2
DIS 38 Bacsinszky Éva Quinlent Linkwood "Havana" 0.00 0 0 0.00 0.00 2 2
DIS 96 Dobi Diana OrangeKingdom Caramell Kiss Dasha 0.00 0 0 0.00 0.00 2 2
DIS 108 Geiger Nikolett Belle "Belle" 0.00 0 0 0.00 0.00 2 2
DIS 186 Szántó Réka Mystic Moonlight Bi Black Bacardi "Rudi" 0.00 0 0 0.00 0.00 2 2

Egyéni összetett M M O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 129 László Zsombor Happy Shepherds Arkansas "Ark" 83.70 0 0 0.00 0.00 0 2
2 50 Balogh-Nagy Réka Jenstar's Gin Tonic "Nic" 89.31 0 0 0.00 0.00 0 2
3 8 Burján Árpád Angyali Annie Lime "Pötty" 98.97 0 0 3.97 3.97 0 2
4 125 Jelinek Zita Bariguard Tasmanian Terence "Devil" 82.38 2 0 0.00 10.00 0 2
5 117 Muskovits Mónika Skinny "Skinny" 99.00 0 2 4.00 14.00 0 2
6 135 Dávid Enikő Norbu of Kari Tibetian Shine "Boo" 109.84 0 0 14.84 14.84 0 2
7 6 Tóth Vivien Mixi "Mixi" 90.08 3 0 0.00 15.00 0 2
8 120 Noficzer Eszter Turbó "Turbó" 103.49 0 2 8.49 18.49 0 2
9 51 Fazekas Emese Happy Shepherds Katrina "Katrina" 94.29 2 3 0.00 25.00 0 2
10 133 Bartha Zsófia Nithvalley Peat Bog Fairies "Seelie " 85.55 4 2 0.00 30.00 0 2
11 48 Máté Laura Teddy "Teddy" 110.96 2 1 15.96 30.96 0 2
12 49 Kovács Dorottya Virágoskúti Berkenye "Wicca" 110.12 5 2 15.12 50.12 0 2
13 131 Sipőcz Barbara Kaley from Golden Regia "Kaley" 36.78 0 0 0.00 0.00 1 2
14 130 dr. Kovács Eszter Judit Happy Shepherds Dance "Dance" 47.67 0 0 0.00 0.00 1 2
15 126 Tóth Vivien Béta's Hurricane Balance "Ensley" 48.69 0 0 0.00 0.00 1 2
16 121 Fülöp Ágnes Golden Heart Sparks of the Tempest "Pötty" 51.76 0 0 0.00 0.00 1 2
17 136 Bacsinszky Éva Quinlent Tullibardine "Woma" 45.80 0 0 2.80 2.80 1 2
18 134 Korcz Nikolett Tockins of Beauty and Beast "Csió" 38.91 1 0 0.00 5.00 1 2
19 44 Heincinger Lilla Prince of Sunlight Hitparade "Ász" 41.71 0 1 0.00 5.00 1 2
20 127 Bohony Brigitta Csini "Csinos" 47.84 0 1 4.84 9.84 1 2
21 132 Lenner Karolina Csipisz "Csipisz" 47.99 0 1 4.99 9.99 1 2
22 116 Hazai Anita Bull Brother's Amazing Icon "Ikon" 49.35 1 1 0.00 10.00 1 2
23 7 dr. Kovács Eszter Judit Dancing on Fire Nova "Nova" 49.71 1 1 0.00 10.00 1 2
24 138 Szappanos Petra Dakar Driver Harisson "Dakar" 52.48 1 1 0.48 10.48 1 2
25 47 Végh Cecilia Akina "Akina" 58.98 0 1 6.98 11.98 1 2
26 5 Vári Éva Lotti "Lotti " 78.87 1 2 26.87 41.87 1 2
DIS 42 Tarkovács Gabriella Anikó Charmeurhusets Wolverine "Nuggi" 0.00 0 0 0.00 0.00 2 2
DIS 43 Kárpáti Dalma Elike 0.00 0 0 0.00 0.00 2 2
DIS 45 Dávid Enikő Hickory of Kari Tibetian Shine "Cory" 0.00 0 0 0.00 0.00 2 2
DIS 46 Bacsa Nóra Titoktudó Durák "Durák" 0.00 0 0 0.00 0.00 2 2
DIS 115 Gáti Katalin NAGYIREGI TIESTO "THEO" 0.00 0 0 0.00 0.00 2 2
DIS 118 Szabó Csilla Susi Zeusz 0.00 0 0 0.00 0.00 2 2
DIS 119 Szakál Evelin Whirlwind Sasha Regenfield "Sasha" 0.00 0 0 0.00 0.00 2 2
DIS 122 Szellár-Gátszegi Hajnalka ZORA "ZORA" 0.00 0 0 0.00 0.00 2 2
DIS 123 Jäckl Anikó Nyírségfia Betyár Szellő "Szöszi" 0.00 0 0 0.00 0.00 2 2
DIS 124 Ficzere Csenge Köves-bérci Betyár Ötletes Rozi "Rozi" 0.00 0 0 0.00 0.00 2 2
DIS 128 Fekete Gábor Toboz "Toboz" 0.00 0 0 0.00 0.00 2 2
DIS 137 Daróczi Orsi Espresso Piccolo Harisson "JAXX" 0.00 0 0 0.00 0.00 2 2
DIS 192 Bartos Zsuzsanna Amadeus dog from wonderland "Marley" 0.00 0 0 0.00 0.00 2 2

Egyéni összetett M+ M+ O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 151 Fazekas Emese Bordermania Fairy Oak "Pippa" 84.43 0 0 0.00 0.00 0 2
2 10 Nagy Krisztina Cranberry Cottage Venice "Yuki" 98.02 0 2 3.02 13.02 0 2
3 146 Filep Viktor Béta's Hurricane Bryce IQ "IQ" 80.29 4 0 0.00 20.00 0 2
4 152 Mezei Dalma Chilly Wind of Real Shepherds "Menta" 81.30 4 0 0.00 20.00 0 2
5 140 Tóth Viktória Batika z Keblických strání "Bati" 88.44 3 1 0.00 20.00 0 2
6 57 Gémesi Rita Angels Never Die Aenid "Enid" 98.47 3 0 5.44 20.44 0 2
7 55 Szabó Csilla Susi Corrieloch Meg "Nova" 121.97 2 2 26.97 46.97 0 2
8 143 Weibl Jenő Kesu "Kesu" 40.22 0 0 0.00 0.00 1 2
9 56 Zelenák Brigi Rednalf Sherlock "Sherlock" 55.25 0 0 3.25 3.25 1 2
10 150 Szabó Szonja Considerate Beauty Of Real Shepherds "Molly" 39.98 1 0 0.00 5.00 1 2
11 18 Havasi Zsolt Viharbanszületett (Néha) Barátságos Állat "Bodza" 40.24 0 1 0.00 5.00 1 2
12 185 Krisztin-Fehèr Hajnalka Lucky For You New Castle "Cassie" 53.09 0 1 1.09 6.09 1 2
13 191 Adonyi Vanessza Daisy Chains Zip Zap "Hazel" 40.85 1 1 0.00 10.00 1 2
14 11 Adonyi Vanessza Cheza "Cheza" 43.82 1 1 0.82 10.82 1 2
15 54 Noficzer Eszter Future Hope Curry "Fly" 52.12 2 1 0.12 15.12 1 2
16 19 Kertész Csilla Ejha of the Sporty Heroes "Zápor" 56.07 1 2 13.07 28.07 1 2
17 142 Urbán Zsolt Árkosligeti Kócos Mitévő "Buksi" 62.37 2 2 10.37 30.37 1 2
DIS 9 Kovács Zsuzsanna Hédi "Hédi" 0.00 0 0 0.00 0.00 2 2
DIS 12 Róth Ágnes Bal-aton Kincse Giga "Vega" 0.00 0 0 0.00 0.00 2 2
DIS 13 Fóti Gábor McPotter's Creek's Zanót "Magua" 0.00 0 0 0.00 0.00 2 2
DIS 14 Török Dóra Zizi "Zizi" 0.00 0 0 0.00 0.00 2 2
DIS 15 Karner Soma Gyömbér "Gyömbér" 0.00 0 0 0.00 0.00 2 2
DIS 16 Köböl Evelin Daya 0.00 0 0 0.00 0.00 2 2
DIS 17 Veizer Andrea Arduinas Ivy "Vinna" 0.00 0 0 0.00 0.00 2 2
DIS 20 Kis Noémi Gregory "Gregory" 0.00 0 0 0.00 0.00 2 2
DIS 52 Arató Zoé Bariguard Indian Meyerea "Yoda" 0.00 0 0 0.00 0.00 2 2
DIS 53 Kresz Léna Lucy-K.L "Lucy-K.L" 0.00 0 0 0.00 0.00 2 2
DIS 58 Hancs Hanna Bariguard Firebird "Zoé" 0.00 0 0 0.00 0.00 2 2
DIS 59 Bankó Bettina Acsai Vértes Apród "Mokka" 0.00 0 0 0.00 0.00 2 2
DIS 60 Tóth Zsuzsanna Corrieloch Jet "Jet" 0.00 0 0 0.00 0.00 2 2
DIS 61 Vágó Judit Oksza Wena Istnienia "Ory" 0.00 0 0 0.00 0.00 2 2
DIS 62 Kovács Krisztina Wixtra California "Kimi" 0.00 0 0 0.00 0.00 2 2
DIS 63 Jelinek Zita Cherusker do it with pace "Helly" 0.00 0 0 0.00 0.00 2 2
DIS 64 Ádám József Áfonya of the Sporty Heroes "Áfi" 0.00 0 0 0.00 0.00 2 2
DIS 65 Novák Tamara Corrieloch Moss "Moss" 0.00 0 0 0.00 0.00 2 2
DIS 66 Steurer Anna Marianna Fanni "Fanni " 0.00 0 0 0.00 0.00 2 2
DIS 67 Köböl Evelin Effy 0.00 0 0 0.00 0.00 2 2
DIS 139 Ember Katalin Irhaberki Páratlan Jóság "Jojó" 0.00 0 0 0.00 0.00 2 2
DIS 141 Springinzeisz Ágnes Vilmos "Vilmos" 0.00 0 0 0.00 0.00 2 2
DIS 144 Somogyvári Márta Poseidon Elfmagic Cyclone "Rhea" 0.00 0 0 0.00 0.00 2 2
DIS 145 Kovács Ágnes Irhaberki Oskola "Tisza" 0.00 0 0 0.00 0.00 2 2
DIS 147 Horváth-Tóth Boglárka Wixtra Twilight Princess "Arya" 0.00 0 0 0.00 0.00 2 2
DIS 148 Ádám-Bökényi Bernadett Bellamie aus dem Bergischen "Mí" 0.00 0 0 0.00 0.00 2 2
DIS 149 Vágó Zoltán Wixtra Love Me Better "Maggie" 0.00 0 0 0.00 0.00 2 2
DIS 153 Csorvási Csilla Csipke "Csipke" 0.00 0 0 0.00 0.00 2 2

Egyéni összetett L L O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
1 173 Papp Rita Wondersoul Always Be My Elastic "Stic" 74.43 0 0 0.00 0.00 0 2
2 168 Csermely Gábor Ussona Bohemia Alké "Corti" 82.13 0 0 1.37 1.37 0 2
3 161 Kovács Emese Dangerous Love Rebell Represent "Nova " 81.64 0 0 1.76 1.76 0 2
4 163 Horváth-Tóth Boglárka Dynamic Drive Icon "Eywa" 79.90 1 0 0.00 5.00 0 2
5 179 Veizer Andrea Mi Sombra It's My Morning Star "Grit" 87.49 1 0 6.49 11.49 0 2
6 176 Kubik Csenge Blessed Borders Make Up Your Mind "Frida" 93.77 1 0 12.77 17.77 0 2
7 174 Juhász Zsófi Latte macchiato "Latte" 102.68 0 1 21.68 26.68 0 2
8 23 Veres Viola Trust and Follow Noble Knight "Taki" 76.13 6 0 0.00 30.00 0 2
9 85 Buza Éva Bozont "Bozont" 107.40 1 1 26.40 36.40 0 2
10 183 Halász Ildikó Lego Bergerac de Hu "Lego" 116.87 0 1 35.87 40.87 0 2
11 73 Homolyai Márta Legendary of Jet Black "Mithos" 123.84 2 0 42.84 52.84 0 2
12 187 Nagy Norina Negró "Negró" 133.70 0 3 52.70 67.70 0 2
13 181 Traj Tamas Riu "Riu" 32.87 0 0 0.00 0.00 1 2
14 182 Rády Rebeka Fire Inspired Amazing "Mius" 34.51 0 0 0.00 0.00 1 2
15 160 Tóth Ágnes Fire Inspired Smouldering Sunset "Sun" 34.69 0 0 0.00 0.00 1 2
16 162 Tálasi Zsófi Dynamic Drive Dynamic "Dina" 37.81 0 0 0.00 0.00 1 2
17 74 Fazekas Ágnes Zimantra "Tra" 37.97 0 0 0.00 0.00 1 2
18 177 Bartalis Viktória Wixtra Expecto Patronum "Annie" 38.53 0 0 0.00 0.00 1 2
19 169 Richter-Sallay Zsófia Lexgryfe Ríra "Ríra" 39.87 0 0 0.00 0.00 1 2
20 171 Paulikné Müllner Anita Dainty Rogue at Sylvan Moonlight "Odi" 40.67 0 0 0.00 0.00 1 2
21 92 Viola Sándor Marley "Marley" 38.30 0 0 0.30 0.30 1 2
22 158 Ács-Kövesi Ágnes Mawlch Jiu "Jiu" 34.24 1 0 0.00 5.00 1 2
23 86 Farkas Andrea Wanderers of Saint Wendelin Ben "Ben" 34.39 1 0 0.00 5.00 1 2
24 159 Molnár Adrienn Lucky Summer Spumante "ASTI" 35.47 1 0 0.00 5.00 1 2
25 175 Ádám-Bökényi Bernadett Choose Ferencik "Osis" 36.88 1 0 0.00 5.00 1 2
26 69 Kiss-Németh Skolasztika Füge 40.99 1 0 0.00 5.00 1 2
27 195 Kertész Diána Csudacifra Éles Bicska "Zsömi" 39.47 0 1 1.47 6.47 1 2
28 156 Híves Dorottya Wixtra The Wind Waker "Rhiannon" 40.94 1 1 0.00 10.00 1 2
29 90 Stummer Máté Abira Zathara "Abira" 49.16 0 0 11.16 11.16 1 2
30 89 Szabó Zsófia Finix Xtatic Priya "Priya" 37.72 3 0 0.00 15.00 1 2
31 84 Sirkó Teréz Sense of Insanity Secret River "River" 43.28 2 0 5.28 15.28 1 2
32 27 Gulyás Gabi Wanderers of Saint Wendelin Belle "Belle" 48.36 1 1 5.36 15.36 1 2
33 78 Tóth Zsuzsanna Isabelle Quick Angel "Izzie" 45.21 2 1 2.21 17.21 1 2
34 34 Bóta Dóra Rokoko Del Deszperadó-Sztin "Koko" 63.94 0 2 25.94 35.94 1 2
35 33 Varga Viktória Indy In Fidem "Fate" 52.83 3 2 14.83 39.83 1 2
DIS 21 Daróczi Orsi Fire Inspired Funatic Fay "Fay" 0.00 0 0 0.00 0.00 2 2
DIS 22 Buza Enikő Misty Highland Humvee "Nova" 0.00 0 0 0.00 0.00 2 2
DIS 24 Vizi Dóra Dynamic Drive Divine "Ivy" 0.00 0 0 0.00 0.00 2 2
DIS 25 Zombori Andrea Eucleia Briareos "Logan" 0.00 0 0 0.00 0.00 2 2
DIS 26 Stummer Máté Ayris the Countess of Sherborne "Ayris" 0.00 0 0 0.00 0.00 2 2
DIS 28 Imhof Bianka Jázmin Bogi "Bogi" 0.00 0 0 0.00 0.00 2 2
DIS 29 Pataki Natália Lucky Summer Perfect Omega "Omi" 0.00 0 0 0.00 0.00 2 2
DIS 30 Juhász Adrienn Ningaloo Lenah "Lux" 0.00 0 0 0.00 0.00 2 2
DIS 31 Csík Ildikó Collet Kaiannco "Collet" 0.00 0 0 0.00 0.00 2 2
DIS 32 Kósa Anna Sára Wild Thing "Shasta" 0.00 0 0 0.00 0.00 2 2
DIS 35 Szabó Zsuzsanna Gizda "Gizda" 0.00 0 0 0.00 0.00 2 2
DIS 68 Raduka Martina Misty Highland Uttara "Reena" 0.00 0 0 0.00 0.00 2 2
DIS 70 Kádár Kitti Shepherdseyes Dopamin Dopping "Dopi" 0.00 0 0 0.00 0.00 2 2
DIS 71 Budai Katalin Curious Black from Valachian Highlands "Zen" 0.00 0 0 0.00 0.00 2 2
DIS 72 Bihari-Vikor Veronika Wixtra Lose My Number "Yandu" 0.00 0 0 0.00 0.00 2 2
DIS 75 Guttmann Enikő Runo 0.00 0 0 0.00 0.00 2 2
DIS 76 Oláh Eszter Wondersoul Almighty Tesla "Tesla" 0.00 0 0 0.00 0.00 2 2
DIS 77 Pálfi Mirjam Lego "Lego" 0.00 0 0 0.00 0.00 2 2
DIS 79 Palyik-Lukács Anett Wixtra Blue On Blue "Sweepy" 0.00 0 0 0.00 0.00 2 2
DIS 80 Nagy-Fábián Mariann Fire Inspired Air Blade "Solar" 0.00 0 0 0.00 0.00 2 2
DIS 81 Heincinger Lilla Garde de la Vie Splendide "Speedy" 0.00 0 0 0.00 0.00 2 2
DIS 82 Florea Daniel Dynamic Drive Zip "Zip" 0.00 0 0 0.00 0.00 2 2
DIS 83 Ádám Katalin Bariguard Kombat Ashrah "Vendi" 0.00 0 0 0.00 0.00 2 2
DIS 87 Bartalis Viktória Against All Odds Gold'N Rebeits "Jamie" 0.00 0 0 0.00 0.00 2 2
DIS 88 Lajos Bori Be Different And Always Run "Rini" 0.00 0 0 0.00 0.00 2 2
DIS 91 Takács Gizella Garde de la Vie Qurasi "Shayni" 0.00 0 0 0.00 0.00 2 2
DIS 94 Halász Ildikó Lizi Comme un Reve Noir "Lizi" 0.00 0 0 0.00 0.00 2 2
DIS 154 Liliom Barbara Mucius Ibiza "Juci " 0.00 0 0 0.00 0.00 2 2
DIS 155 Eifert Anna Holman’s Nebraska "Neb" 0.00 0 0 0.00 0.00 2 2
DIS 157 Szilágyi Anita Wondersoul Awesome Destiny "Deni" 0.00 0 0 0.00 0.00 2 2
DIS 164 Szilágyi Dóra Beauty of Mátra Melissa "Lindsay" 0.00 0 0 0.00 0.00 2 2
DIS 165 Vida Noémi Tata-Várudvari Égies "Menta" 0.00 0 0 0.00 0.00 2 2
DIS 166 Sprőber Hanna Drop Of Heaven Arden "Arden" 0.00 0 0 0.00 0.00 2 2
DIS 167 Iványiné Batta Beáta Lizi Fekete "Lizi" 0.00 0 0 0.00 0.00 2 2
DIS 170 Hámori Péter Every Kingdom Sailor Moon "Nayra" 0.00 0 0 0.00 0.00 2 2
DIS 172 Kárpáti Dalma Fire Inspired The World is Mine "Yelle" 0.00 0 0 0.00 0.00 2 2
DIS 178 Balogh-Nagy Réka Beck's Hill My Dream Is Yours "Cinna" 0.00 0 0 0.00 0.00 2 2
DIS 180 Kiss Nikolett Atlas von Drevil "Kenzo" 0.00 0 0 0.00 0.00 2 2
DIS 184 Liliom Barbara Corrieloch Tess "Tess" 0.00 0 0 0.00 0.00 2 2
DIS 189 Csávás Viki Lucky Summer PureSoulMate "Silkka" 0.00 0 0 0.00 0.00 2 2
DIS 190 Végh Ágota Wixtra Alohomora "Lexa" 0.00 0 0 0.00 0.00 2 2
DIS 193 Bartos Zsuzsanna Wixtra Paradise "Chia" 0.00 0 0 0.00 0.00 2 2
DIS 194 Erdei-Nagy Orsolya FI Midnight Moon-Vu "Vu" 0.00 0 0 0.00 0.00 2 2