Ignore:
Timestamp:
May 11, 2008 5:02:45 AM (16 years ago)
Author:
quinn
Message:

Finished initial version of Cart.inc.php. Minor css changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FormValidator.inc.php

    r314 r333  
    163163        if ($this->anyErrors()) {
    164164            ?><div class="sc-msg" id="sc-msg-formvalidator"><?php
    165             $errors = $this->getErrorList();
    166             foreach ($errors as $e) {
     165            foreach ($this->getErrorList() as $e) {
    167166                if ('' != $e['message'] && is_string($e['message'])) {
    168167                    if (error_reporting() > 0 && $app->getParam('display_errors') && isset($e['file']) && isset($e['line'])) {
Note: See TracChangeset for help on using the changeset viewer.