Skip to content

Commit

Permalink
Pat found and removed a duplicate require path. May not have been cau…
Browse files Browse the repository at this point in the history
…sing a problem unless Moodle integration used but the same file shouldn't be required twice in the same page anyway - at least not one line below the other.

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@577 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Dec 5, 2012
1 parent 9084350 commit 385a58d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website_code/php/templates/your_templates.php
Expand Up @@ -9,9 +9,11 @@

require_once("../display_library.php");

require_once("../display_library.php");
database_connect("your template connect","your template fail");

require_once("../user_library.php");

$_SESSION['sort_type'] = "date_down";

list_users_projects($_SESSION['sort_type']);

0 comments on commit 385a58d

Please sign in to comment.