Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Bringing project up to date with live version at cablegatesearch.net
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Aug 31, 2011
1 parent c73178d commit 147f67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uorigin.php
Expand Up @@ -26,7 +26,7 @@
WHERE
o.`id` = {$origin_id}
";
if ( $sqlresult = mysql_query($sqlquery) ) {
if ( $sqlresult = db_query($sqlquery) ) {
if ( $sqlrow = mysql_fetch_assoc($sqlresult) ) {
$origin = $sqlrow['origin'];
}
Expand Down Expand Up @@ -120,7 +120,7 @@ function get_tag_translation_table() {
uc.`cable_time` DESC
";
// printf('<p>%s</p>', $sqlquery);
if ( $sqlresult = mysql_query($sqlquery) ) {
if ( $sqlresult = db_query($sqlquery) ) {
$current_quarterkey = 0;
$current_year = 0;
ob_start();
Expand Down

0 comments on commit 147f67a

Please sign in to comment.