phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/fields.php

    r184 r186  
    338338        $querystatement="SELECT ".$displayfield." AS display FROM ".$tableinfo["maintable"]." WHERE ".$getfield."=\"".$initialvalue."\" LIMIT 1;"; 
    339339        $queryresult = mysql_query($querystatement,$dblink); 
    340         if(!$queryresult) reportError(100,"Could not retrieve autofill inital data.<br>".$querystatement); 
     340        if(!$queryresult) reportError(100,"Could not retrieve autofill inital data.<br />".$querystatement); 
    341341        if(mysql_num_rows($queryresult)) 
    342342                $displayresult = mysql_fetch_array($queryresult); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.