[geeklog-cvs] Geeklog-1.x/system lib-security.php,1.73,1.74

Dirk Haun dhaun at qs1489.pair.com
Wed Aug 13 03:22:29 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv48302/system

Modified Files:
	lib-security.php 
Log Message:
Hard-coded "gl_token" table name (spotted by Sami Barakat)


Index: lib-security.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-security.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** lib-security.php	8 Jul 2008 18:42:54 -0000	1.73
--- lib-security.php	13 Aug 2008 07:22:26 -0000	1.74
***************
*** 1150,1154 ****
                           ELSE 0
                        END
!                     FROM gl_tokens WHERE token='$token'";
          }
          $tokens = DB_Query($sql);
--- 1150,1154 ----
                           ELSE 0
                        END
!                     FROM {$_TABLES['tokens']} WHERE token='$token'";
          }
          $tokens = DB_Query($sql);




More information about the geeklog-cvs mailing list