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 A1 S S A1

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
2 Mulikné Arlett Zsuzsanna Oszi "Oszi" 95.42 0 1 2.55 7.55 0 2
6 Farkas Katalin Powder Puff Tiara "Tia" 78.03 2 0 0.00 10.00 0 2
7 Csenki Vivien Jessyka "Jessyka" 112.63 0 0 13.63 13.63 0 2
5 Pintér Vera Riki "Riki" 86.85 3 0 0.00 15.00 0 2
8 Kundler Anita Emma 109.54 2 0 10.54 20.54 0 2
1 Füzesi Hajni Lakeside Fellow Especially Eyeline "Icey" 90.27 3 4 1.15 36.15 0 2
3 Káli Anita Limit Blue of Sprightliness "Limit" 35.74 0 0 0.00 0.00 1 2
4 Heincinger Lilla Tücsök McQueen "Tücsök" 44.07 0 1 0.00 5.00 1 2

Összetett A1 M M A1

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
18 Tóth Vivien Mixi "Mixi" 72.43 0 0 0.00 0.00 0 2
16 Máthé Ágnes Köves-Bérci Betyár Fekete Felhő "Felhő" 73.90 0 0 0.00 0.00 0 2
10 Ádám-Bökényi Bernadett Bestagility Diny "Diny" 91.80 0 0 0.00 0.00 0 2
17 Szabó Adrienne Béta's Hurricane Becca "Becca" 68.50 1 0 0.00 5.00 0 2
9 Benes Orsi Momo "Momo" 93.23 0 1 0.00 5.00 0 2
20 Lenner Karolina Csipisz "Csipisz" 106.18 0 0 8.47 8.47 0 2
19 Guoth Emília Bora "Bora" 100.83 3 1 3.21 23.21 0 2
13 Sipőcz Barbara Kaley from Golden Regia "Kaley" 32.12 0 0 0.00 0.00 1 2
15 Gáti Katalin NAGYIREGI TIESTO "THEO" 35.94 0 0 0.00 0.00 1 2
11 Budainé Mezei Zita Ménesvölgyi Tordas "Tordas" 38.97 0 0 0.00 0.00 1 2
12 Kiss Gábor Köves-Bérci Betyár Lepke "Lepke " 0.00 0 0 0.00 0.00 2 2
14 Gyulai Zsuzsa Happy Shepherds Tango "Tangó" 0.00 0 0 0.00 0.00 2 2

Összetett A1 L L A1

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
24 Komódi Attila Poseidon Elfmagic Envee "Envee" 67.59 0 0 0.00 0.00 0 2
52 Kertész Csilla Tasli "Tasli" 91.52 0 0 0.00 0.00 0 2
25 Hagyó Dorina Rue "Rue" 58.14 1 0 0.00 5.00 0 2
29 Szederkényi Viktória Artemis Avaho "Selina" 64.24 1 0 0.00 5.00 0 2
22 Biro Zsofi A Beautiful Lie 'Jazzy' "Jazzy" 71.03 1 0 0.00 5.00 0 2
21 Bognár Zsófia Morze "Morze" 71.09 1 0 0.00 5.00 0 2
31 Sirokai Judit Maci "Maci" 75.25 0 1 0.00 5.00 0 2
51 dr. Landauer Krisztina Nyírségfia Pakli "Pakli" 86.12 0 1 0.00 5.00 0 2
28 Osskó Krisztina Steinhart Stella "Debi" 77.55 1 1 0.00 10.00 0 2
40 Györgyi Orsolya Tisza-Parti Szélvész Quimby "Quimby" 86.59 0 2 0.00 10.00 0 2
39 Wéber Krisztina Mushu "Mushu" 58.42 3 0 0.00 15.00 0 2
27 Matula László Future Hope Don't Stop Doris "Doris" 61.37 4 0 0.00 20.00 0 2
46 Szabó Alexandra Caesar "Caesar" 69.44 3 1 0.00 20.00 0 2
50 Glocz Adrienn Roxy "Roxy" 99.68 1 2 7.12 22.12 0 2
42 Sipka Marianna Garde Royal Shíva "Kety" 74.66 5 0 0.00 25.00 0 2
49 Híves Dorottya Wixtra The Wind Waker "Rhiannon" 29.79 0 0 0.00 0.00 1 2
26 Jakab Erika Wixtra Bonfire Heart "Nita" 34.28 1 0 0.00 5.00 1 2
33 Engler Zsófia Jaycee Blue du Serment des Brumes "Shauri" 34.28 1 0 0.00 5.00 1 2
47 Tóth Gábor Niara "Niara" 34.71 1 0 0.00 5.00 1 2
23 Kárász Edit VITALITY AUSSIES CHEERING UP "JOEY" 41.02 0 1 0.00 5.00 1 2
45 Balogh-Nagy Réka Beck's Hill My Dream Is Yours "Cinna" 33.07 1 1 0.00 10.00 1 2
44 Dr. Csanálosi Enikő Poseidon Elfmagic First Phoenix "First Phoenix" 39.35 1 1 0.00 10.00 1 2
38 Veizer Andrea Mi Sombra It's My Morning Star "Grit" 47.31 0 2 0.00 10.00 1 2
41 László Csilla Artúr "Artúr" 52.35 0 2 2.35 12.35 1 2
32 Varga Viktória Goldie Olbramovicky Kvitek "Winner" 30.41 5 0 0.00 25.00 1 2
34 Barna Eszter Ákom-bákom of the Sporty Heroes "Ákom" 0.00 0 0 0.00 0.00 2 2
35 Kaszás Vera Poseidon Elfmagic Cindarella "Mizu" 0.00 0 0 0.00 0.00 2 2
36 Németh Viktória Legendary Stardust DeeJay "DeeJay" 0.00 0 0 0.00 0.00 2 2
37 Szücs Enikő Bordermania Dragonfly "Nessie" 0.00 0 0 0.00 0.00 2 2
43 Vizi Dóra Darwin "Darwin" 0.00 0 0 0.00 0.00 2 2
48 Selymes Kinga Blessed Borders No Compromise "Lunatic" 0.00 0 0 0.00 0.00 2 2
53 Tráj Tamás Riu "Riu" 0.00 0 0 0.00 0.00 2 2

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 OB S S O

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
15 Ray Brigitta Auricula Sinistra Čáry Máry fuk "Sinistra" 71.72 0 0 0.00 0.00 0 2
21 Biro Zsofi Crispy Cookie Cassovia Sunshine "Scilla" 72.71 0 0 0.00 0.00 0 2
33 Tóth Vivien Diamond Starlight Daisy "Kelsi" 79.95 0 0 1.45 1.45 0 2
7 Daubner Tibor Pumukli Kölyke Modern Romance "Polly" 79.01 0 1 0.19 5.19 0 2
28 Csiki Gábor The South's Star Zarah "Suzy" 85.41 0 1 3.41 8.41 0 2
29 László Zsombor Honeybee at Small Swan "Kass" 73.20 1 1 0.00 10.00 0 2
8 Acsády Krisztina Drystream Black Ízisz "Rege" 74.59 2 0 0.00 10.00 0 2
12 Papp Rita Flyland My Meteor "Riga" 77.04 0 2 0.39 10.39 0 2
27 Balogh-Nagy Réka Secret Mystery Jump For Joy "Gioia" 86.88 0 1 5.88 10.88 0 2
31 Varga Attila Cora Slovakia Lutra "Sonic" 78.82 0 3 1.64 16.64 0 2
18 Papp Krisztián Henrik Bergerac De Hu Quimby "Quimby" 93.88 1 0 11.88 16.88 0 2
17 Marton Márta Figaro Sun Di Rabozi "Sunny" 89.79 1 1 7.79 17.79 0 2
11 László Réka Prince of Sunlight X'Lyn "Lyn" 89.46 1 2 7.82 22.82 0 2
13 Richter-Sallay Zsófia Pitypang "Pitypang " 99.74 2 0 17.74 27.74 0 2
37 Börcsök József Ribizli 92.00 3 3 10.00 40.00 0 2
9 Kornhoffer Mónika Pimpa "Pimpa" 119.59 1 0 37.59 42.59 0 2
6 Hazai Anita Bull Brother's Hellboy "Rugó" 34.85 0 0 0.00 0.00 1 2
26 Pataki Mónika Spiky "Spiky" 36.66 0 0 0.00 0.00 1 2
22 Dr. Hajagos-Tóth Judit Blueberry Of Black Police Angel's Star "Muffin" 36.92 0 0 0.00 0.00 1 2
39 Hazai Anita Bull Brother's Kamikaze "Csipisz" 37.81 0 0 0.00 0.00 1 2
4 Németh Viktória Tipli "Tipli" 37.98 0 0 0.00 0.00 1 2
25 Orbánné Tóth Ágnes Nyuszi "Nyanya" 41.42 0 0 0.42 0.42 1 2
2 Ötvös József Lare's Sen Vol Hero "Hero" 43.15 0 0 2.15 2.15 1 2
36 Süvöltős Péter Apollo "Apollo" 34.69 1 0 0.00 5.00 1 2
1 Samu Hedvig Gyógyfürdői Jani "Topi" 39.88 1 0 0.00 5.00 1 2
41 Farkas Katalin Powder Puff Kleo My Mystic Love "Kleo" 40.59 1 0 0.00 5.00 1 2
32 Székelyhidi Dorottya Dottie "Dottie" 43.49 0 1 2.49 7.49 1 2
23 Korcz Nikolett Csöppnyi Sheltie Athéné "Panna" 34.43 2 0 0.00 10.00 1 2
3 Káli Anita Limit Blue of Sprightliness "Limit" 39.83 0 2 0.00 10.00 1 2
19 Sipőcz Barbara Bella "Bella" 48.43 1 0 7.43 12.43 1 2
38 Springinzeisz Ágnes Patti "Patti" 54.45 1 0 13.45 18.45 1 2
10 Mulikné Arlett Zsuzsanna Oszi "Oszi" 58.42 1 1 17.42 27.42 1 2
5 Zsidi Gergő Lara "Lara" 0.00 0 0 0.00 0.00 2 2
14 Wéber Krisztina Stormy Devil's Ariel "Ariel" 0.00 0 0 0.00 0.00 2 2
16 Szabó Rita Rudi "Rudi" 0.00 0 0 0.00 0.00 2 2
24 Krizsán Zoltán Gold Junior C.Bing "Bingi" 0.00 0 0 0.00 0.00 2 2
34 Kaári Gyöngyi Bátor "Bátor" 0.00 0 0 0.00 0.00 2 2
40 Molnár Tibor Dorka 0.00 0 0 0.00 0.00 2 2

Összetett OB M M O

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
70 Szabó Adrienne Fernando from Golden Regia "Nando" 70.02 0 0 0.00 0.00 0 2
55 Bögre András Luca "Luca" 72.25 0 0 0.00 0.00 0 2
74 Kun Dorottya Fendi from Golden Regia "Hana" 77.11 0 0 0.00 0.00 0 2
82 Holti Krisztina Maya "Maya" 82.90 0 0 1.90 1.90 0 2
84 Bartos Zsuzsanna Amadeus dog from wonderland "Marley" 83.43 0 0 2.80 2.80 0 2
64 Both Eszter Kormosvári-Hajtó Rokka "Rokka" 70.49 1 0 0.00 5.00 0 2
72 Tompa Krisztina Ico "Ico" 73.80 0 1 0.00 5.00 0 2
66 Fodor Lili Gulakuti Lóca "Panka" 74.76 1 0 0.00 5.00 0 2
90 Bacsur Petra Ademaro of Seven Flames "Süti" 88.88 0 0 6.88 6.88 0 2
88 Takács Gizella Cukkini "Cukkini" 84.30 1 0 4.82 9.82 0 2
50 Filep Viktor Tóbiás "Tobi" 83.14 2 1 1.14 16.14 0 2
76 Havasi Zsolt Bogi "Bogi" 79.90 2 1 2.64 17.64 0 2
75 Keskeny Edina Köves-bérci Betyár Ejha "Mese" 89.58 1 2 7.58 22.58 0 2
60 Veizer Andrea Gulakuti Utálatos "Mákos" 95.25 1 1 13.25 23.25 0 2
78 Ács-Kövesi Ágnes Ike Hurricane from Golden Regia "Ike" 31.64 0 0 0.00 0.00 1 2
69 Fodor Csilla Pallisters Cosmopolitan "Fény" 32.83 0 0 0.00 0.00 1 2
68 Pirity Árpád Devil Black of Sprightliness "Demo" 34.77 0 0 0.00 0.00 1 2
67 Maros Gergely Happy Shepherds Dance "Dance" 36.49 0 0 0.00 0.00 1 2
56 Burján Árpád Angyali Annie Lime "Pötty" 39.46 0 0 0.00 0.00 1 2
54 Gáti Katalin Mia "Mia" 42.92 0 0 1.92 1.92 1 2
62 Mózsa Gyöngyvér TEO "TEO" 43.43 0 0 2.43 2.43 1 2
59 Takács Liza Szösz "Szösz" 43.46 0 0 2.46 2.46 1 2
65 Ádám-Bökényi Bernadett Bestagility Diny "Diny" 45.28 0 0 4.28 4.28 1 2
61 Reinhartzné Kata Bigi "Bigi" 47.08 0 0 6.08 6.08 1 2
87 Biro Zsofi Amico Terrier's Orion Sword "Ori" 43.21 1 0 2.21 7.21 1 2
52 Budainé Mezei Zita Lili "Lili" 44.86 0 1 3.86 8.86 1 2
94 Sipőcz Barbara Kaley from Golden Regia "Kaley" 36.57 1 1 0.00 10.00 1 2
93 Gáti Katalin NAGYIREGI TIESTO "THEO" 37.63 2 0 0.00 10.00 1 2
71 Szappanos Petra Dakar Driver Harisson "Dakar" 47.41 0 1 6.41 11.41 1 2
51 Magony Nikoletta Zoé "Zoé" 47.87 1 0 6.87 11.87 1 2
58 Szépfalusi Noémi Zengő "Zengő" 44.25 1 1 3.25 13.25 1 2
79 Budainé Mezei Zita Ménesvölgyi Tordas "Tordas" 50.02 1 2 9.02 24.02 1 2
53 Szabó Adrienne Béta's Hurricane Becca "Becca" 0.00 0 0 0.00 0.00 2 2
57 Rácz Beáta Tréfi "Tréfi" 0.00 0 0 0.00 0.00 2 2
63 Czeróczki Mónika Vacak "Vacak" 0.00 0 0 0.00 0.00 2 2
73 Guoth Emília Bora "Bora" 0.00 0 0 0.00 0.00 2 2
77 Miklósi Bernadett Regenfield Nathalie "Nati" 0.00 0 0 0.00 0.00 2 2
80 Reményi Lili Pattogó Parázs Cuki "Hédi" 0.00 0 0 0.00 0.00 2 2
81 Szigeti Niki Lulu "Lulu" 0.00 0 0 0.00 0.00 2 2
83 Fehér Ágnes Smart Cocker Amigo "Brady" 0.00 0 0 0.00 0.00 2 2
85 Noficzer Eszter Turbó "Turbó" 0.00 0 0 0.00 0.00 2 2
86 Székessyné Varga Judit Gina von Golden Regia "Gina" 0.00 0 0 0.00 0.00 2 2
89 Varga Rita Glorious Amulets Balerina Butterfly "Audrey" 0.00 0 0 0.00 0.00 2 2
91 Tóth Vivien Mixi "Mixi" 0.00 0 0 0.00 0.00 2 2
92 Máthé Ágnes Köves-Bérci Betyár Fekete Felhő "Felhő" 0.00 0 0 0.00 0.00 2 2

Összetett OB L L O

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
181 Füzi Júlia Lightspeed Jet "Jet" 70.93 0 0 0.00 0.00 0 2
167 Szilágyi Anita Ebony Nose Afrodita "Dita" 70.97 0 0 0.00 0.00 0 2
124 Both Eszter C'est la Vie of Lightningborder "Vie" 72.05 0 0 0.00 0.00 0 2
129 Szokol Lilla Perfect Sense Cranberry "Cassidy" 77.59 0 0 0.00 0.00 0 2
150 Molnár Adrienn Terreur-Masquée Carignan "Said" 79.05 0 0 0.00 0.00 0 2
172 Bögre András Pitta "Pitta" 82.62 0 0 0.00 0.00 0 2
166 Bihari-Vikor Veronika Extraordinary at Brainiac Borders "Duncan" 87.71 0 0 0.00 0.00 0 2
130 Oláh Eszter Cooinda Yanka "Ynka" 90.60 0 0 0.62 0.62 0 2
173 Ruzsa Emese Baltazár "Baltazár" 91.51 0 0 1.51 1.51 0 2
128 Németh Anna Lila Con Maige "Lana" 71.36 1 0 0.00 5.00 0 2
151 Balanyi Erika Terreur-Masquée Coral "Korall" 75.94 1 0 0.00 5.00 0 2
120 Füzi Júlia Lucky Summer TNT Cinnamon "Tig" 76.59 0 1 0.00 5.00 0 2
159 Sájer András Niga "Niga" 77.17 1 0 0.00 5.00 0 2
141 Kovács Emese Tabu "Tabu" 77.61 1 0 0.00 5.00 0 2
114 Ádám József Áfonya of the Sporty Heroes "Áfi" 82.65 0 1 0.00 5.00 0 2
180 Nagy Zoltán Rutger Hauer "Tutti" 85.63 0 1 0.00 5.00 0 2
149 Sirkó Teréz Infinity Bergerac de Hu "Charity" 88.53 1 0 0.00 5.00 0 2
192 dr. Landauer Krisztina Nyírségfia Pakli "Pakli" 89.41 1 0 0.81 5.81 0 2
109 Káli Anita Nirvana at Wendigos Wind "Nash" 76.36 1 1 0.00 10.00 0 2
187 Czukor Kinga Panka "Panka" 84.17 1 1 0.00 10.00 0 2
155 Lóránth Sándor Vili "Vili" 88.12 2 0 0.19 10.19 0 2
28 Osskó Krisztina Steinhart Stella "Debi" 96.45 0 1 6.45 11.45 0 2
171 Németh Viktória Katalin Kab-Hegyi Jessi "Missy" 96.59 0 1 6.59 11.59 0 2
116 Nagy Orsolya Morgans Magical Magyars "Naabi" 85.22 0 2 2.29 12.29 0 2
145 Szaka Rita Kondorvölgyi Nati "Daphne" 90.17 2 0 2.34 12.34 0 2
103 Homolyai Márta Jetta Bergerac de Hu "Jetta" 100.28 1 1 10.28 20.28 0 2
175 Nagy Orsolya Fahéj "Fahéj " 102.77 1 1 12.77 22.77 0 2
127 Korbeák Eszter Perfect Sense Darshil "Spin" 94.53 2 2 4.53 24.53 0 2
154 Gál Tamás Sheila "Sheila" 108.57 1 1 18.57 28.57 0 2
131 Biro Zsofi A Beautiful Lie 'Jazzy' "Jazzy" 100.16 3 2 10.16 35.16 0 2
125 Dr. Csanálosi Enikő Black Bee of Fierce Capoeira "Maya" 106.23 2 2 16.23 36.23 0 2
179 Szabó Zsófia Shianne "Shianne" 36.54 0 0 0.00 0.00 1 2
122 Herendy Veronika Haru of Austrian Starlight "Haru" 36.96 0 0 0.00 0.00 1 2
153 Csávás Viki Lucky Summer The Legend of Zelda "Taru" 37.08 0 0 0.00 0.00 1 2
105 Bakos Zoltán Bözsi "Bözsi" 37.85 0 0 0.00 0.00 1 2
146 Fodor Lili Visszhang Damil "Damil" 38.26 0 0 0.00 0.00 1 2
106 Nagy Dalma Beam Jim Bohemia Grant "Mabon" 38.68 0 0 0.00 0.00 1 2
137 Juhász Gábor Chicago Von Malihattan "Keen" 38.83 0 0 0.00 0.00 1 2
126 Kovács Krisztina Nico "Nico" 39.25 0 0 0.00 0.00 1 2
177 Biro Zsofi Köves-Bérci Betyár Falat "Kaija" 39.26 0 0 0.00 0.00 1 2
133 Csík Ildikó Alíz "Alíz" 40.04 0 0 0.00 0.00 1 2
144 Csermely Gábor Ussona Bohemia Alké "Corti" 40.21 0 0 0.00 0.00 1 2
147 Kádár Kitti Kasmir Bergerac de Hu "Niobe" 40.33 0 0 0.00 0.00 1 2
117 Dávid István Pásztortűz Csillaga Driád "Muci" 40.45 0 0 0.00 0.00 1 2
164 Komódi Attila Poseidon Elfmagic Envee "Envee" 41.43 0 0 0.00 0.00 1 2
104 Bognár Zsófia Morze "Morze" 42.42 0 0 0.00 0.00 1 2
170 Vida Noémi Tata-Várudvari Égies "Menta" 43.52 0 0 0.00 0.00 1 2
156 Juhász Adrienn Kip Doakimo Dog "Kip" 45.40 0 0 0.00 0.00 1 2
134 Hancs Hanna Napóleon "Napóleon" 46.96 0 0 0.00 0.00 1 2
108 Horváth-Tóth Boglárka Dynamic Drive Icon "Eywa" 37.74 1 0 0.00 5.00 1 2
182 Káli Anita Poseidon Elfmagic Especial Cube "Cube" 37.99 0 1 0.00 5.00 1 2
136 Zana Szilvia Highland Breezes Diamond Rose "Zora" 38.49 1 0 0.00 5.00 1 2
160 Németh Tímea Rio "Rio" 38.76 1 0 0.00 5.00 1 2
102 Dr. Vitéz- Maros Zita Lepke "Lepke" 40.29 1 0 0.00 5.00 1 2
110 Hámori Péter Füli "Füli" 41.27 1 0 0.00 5.00 1 2
183 Dr. Szép Beáta Irhaberki Oskola "Tisza" 41.50 0 1 0.00 5.00 1 2
188 Virág Andrea Poseidon You Go Boss "Boss" 42.72 1 0 0.00 5.00 1 2
162 Homolya Ildikó Szélvigyázó-Garabonciás-Hagyma "Hagyma" 43.86 0 1 0.00 5.00 1 2
121 Ferencsak Timea Toberoi Tagus "Elina" 45.43 0 1 0.00 5.00 1 2
115 Novák Tamara Ligeti Borostyán Indigó "Maya" 48.89 1 0 1.89 6.89 1 2
186 Wiesner Györgyi Gleen Mhor's Peter Willemos "Lego" 47.34 0 1 4.34 9.34 1 2
119 Kiss Anna Noonbarra Elmo "Elmo" 38.74 2 0 0.00 10.00 1 2
161 Korán Csaba ET Dei Matiblu "ET" 38.95 2 0 0.00 10.00 1 2
152 Ádám-Bökényi Bernadett Choose Ferencik "Osis" 40.98 0 2 0.00 10.00 1 2
142 Lapu Tamás Giya Black Runaway's de la Terre Sauvage "Perla" 44.75 2 0 0.00 10.00 1 2
135 Fekete Regina Miló "Miló" 44.98 2 0 0.00 10.00 1 2
111 Szatyina Szilvia Sidney "Sidney" 46.33 0 2 0.00 10.00 1 2
185 Ádám-Bökényi Bernadett Mary "Mary" 47.07 0 2 0.07 10.07 1 2
184 Bognár Zsófia Lakvölgyi Alma "Repce" 44.72 0 2 1.72 11.72 1 2
138 Kiss Nikolett Huntitan Bambino "Tiara" 46.20 0 2 3.20 13.20 1 2
168 Tóth Andrea Kelly "Kelly" 47.05 1 1 4.05 14.05 1 2
118 Fazekas Emese Bordermania Fairy Oak "Pippa" 42.37 1 2 0.00 15.00 1 2
139 Varga Viktória Impulse "Impulse" 44.26 2 1 0.00 15.00 1 2
39 Wéber Krisztina Mushu "Mushu" 0.00 0 0 0.00 0.00 2 2
49 Híves Dorottya Wixtra The Wind Waker "Rhiannon" 0.00 0 0 0.00 0.00 2 2
100 Bokor Aranka MÁZLI "MÁZLI" 0.00 0 0 0.00 0.00 2 2
101 Jelinek Zita Unique Gulden Land "Jyl" 0.00 0 0 0.00 0.00 2 2
107 Lukács Hella Shelley "Shelley" 0.00 0 0 0.00 0.00 2 2
112 Pataki Natália Ingardia Vitessa "Vini" 0.00 0 0 0.00 0.00 2 2
113 Németh Viktória Katalin Yoko "Yoko" 0.00 0 0 0.00 0.00 2 2
123 Fejes Zsuzsanna Poseidon Elfmagic Zhyliana "Liana" 0.00 0 0 0.00 0.00 2 2
132 Marosi Melinda Daisy "Daisy" 0.00 0 0 0.00 0.00 2 2
140 Fazekas Ágnes Terreur-Masquée Celestina "Barrique" 0.00 0 0 0.00 0.00 2 2
143 Szederkényi Viktória Artemis Avaho "Selina" 0.00 0 0 0.00 0.00 2 2
157 Richter-Sallay Zsófia Zamat "Zamat" 0.00 0 0 0.00 0.00 2 2
158 Vágó Zoltán Blessed Borders In Here "Will" 0.00 0 0 0.00 0.00 2 2
163 Fejes Zsuzsanna Blessed Borders Moment Of Choice "Ginny" 0.00 0 0 0.00 0.00 2 2
165 Hagyó Dorina Rue "Rue" 0.00 0 0 0.00 0.00 2 2
169 Szuhai Zita Csipke "Csipke" 0.00 0 0 0.00 0.00 2 2
176 Ondrisek Vivien Nomicon Art Keisha "Keisha" 0.00 0 0 0.00 0.00 2 2
189 Varga Viktória Goldie Olbramovicky Kvitek "Winner" 0.00 0 0 0.00 0.00 2 2
190 Sirokai Judit Maci "Maci" 0.00 0 0 0.00 0.00 2 2
174 Szoboszlay Erika Hybeck Soon "Soon" 0.00 0 0 0.00 0.00 1 1