Skip to content

Commit

Permalink
remove unused code (function: normal_date(..))
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@266 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Mar 2, 2012
1 parent f80df2e commit 0b14f6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions rss.php
Expand Up @@ -7,11 +7,6 @@

include $xerte_toolkits_site->php_library_path . "url_library.php";

function normal_date($string){
$temp = explode("-", $string);
return $temp[2] . "/" . $temp[1] . "/" . $temp[0];
}

$query_modifier = "rss";

$action_modifder = "play";
Expand Down
4 changes: 0 additions & 4 deletions syndicate.php
Expand Up @@ -7,10 +7,6 @@

include $xerte_toolkits_site->php_library_path . "url_library.php";

function normal_date($string){
$temp = explode("-", $string);
return $temp[2] . " " . $temp[1] . " " . $temp[0] . " 12:00:00 GMT";
}

$query = "SELECT {$xerte_toolkits_site->database_table_prefix}originaltemplatesdetails.template_name as origname, username, {$xerte_toolkits_site->database_table_prefix}logindetails.login_id,
{$xerte_toolkits_site->database_table_prefix}templatedetails.template_id, keywords, creator_id, date_created, {$xerte_toolkits_site->database_table_prefix}templatedetails.template_name,
Expand Down

0 comments on commit 0b14f6e

Please sign in to comment.