Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
    if (empty($credentials->credentials->version) or ($credentials->credentials->version != 1 and $credentials->credentials->version != 2 and $credentials->credentials->version !=3)) {

  

NOT FIXED - Bulk Update form (class attribute)

We missed populating the drop down on the bulk update form for the 'Class' attribute. The file below contains this patch, along with another bug fix for an undefined variable that was used.

Copy the file to:

Windows - c:\xampplite\open-audit\code_igniter\application\views\theme-bootstrap\v_devices_bulk_update_form.php

Linux - /usr/local/open-audit/code_igniter/application/views/theme-bootstrap/v_devies_bulk_update_form.php

v_devices_bulk_update_form.php