Changeset 930


Ignore:
Timestamp:
03/29/06 17:25:01 (7 years ago)
Author:
nahuel
Message:

Escape de double quotes.
Closes: #312

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bureau/class/m_dom.php

    r927 r930  
    210210      return false; 
    211211    } 
    212     $db->query("SELECT compte FROM `sub_domaines` WHERE sub != "" AND concat( sub, ".", domaine )='$domain' OR domaine='$domain';"); 
     212    $db->query("SELECT compte FROM `sub_domaines` WHERE sub != \"\" AND concat( sub, \".\", domaine )='$domain' OR domaine='$domain';"); 
    213213    if ($db->num_rows()) { 
    214214      $err->raise("dom",8); 
Note: See TracChangeset for help on using the changeset viewer.