Show
Ignore:
Timestamp:
02/14/07 18:53:22 (2 years ago)
Author:
jm3
Message:
  • refactored submitter to userid
  • updated bulk snuffer / splinker page
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/modules/conditional-login-box.inc.php

    r480 r1331  
    22        include_once( "$modules/utils.inc.php" ); 
    33        if( $tok && $tok == md5( getPasswdForUser( $u )) ) { 
    4                 $qs = "SELECT count(*) FROM links WHERE submitter='$u'"; 
     4                $qs = "SELECT count(*) FROM links WHERE userid='$u'"; 
    55                $con = mysql_connect(); 
    66                mysql_selectdb( getDBName() );