delete judges on lava/wapdesire bug fixed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    delete judges on lava/wapdesire bug fixed

    on ownrproc.php at
    if($action=="deljdg")
    under
    $res = mysql_query("DELETE FROM ibwf_judges WHERE uid='".$who."'");

    add

    $res = mysql_query("DELETE FROM ibwf_judges WHERE id='".$who."'");
    $res = mysql_query("DELETE FROM ibwf_judges WHERE fid='".$who."'");

    so you'll delete anything on database about the judge removed,
    in some mobile phones using only
    $res = mysql_query("DELETE FROM ibwf_judges WHERE uid='".$who."'");
    something remains in judge list when show it.
    'cause you eliminate only UID but not ID and FID.
    sigpicthe italian/international COMMUNITY of friendship
    http://people2000.netne.net
    WAP/WEB
    peoplemailbox@katamail.com

    #2
    That database must be messed up to have a single item being able to reference different rows using different columns.
    Perfection comes at a cost



    I accept liberty!

    Comment


      #3
      what it's the point with having 'judges' on chat?
      <?php unlink('World/Europe/Romania.country'); ?>

      Comment

      Working...
      X