diff interface/add_missing_books_to_sections.php @ 4:883ad980a43b

add dynasty column to table books
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 27 Jan 2015 16:40:30 +0100
parents da5309d54083
children
line wrap: on
line diff
--- a/interface/add_missing_books_to_sections.php	Mon Jan 26 12:19:39 2015 +0100
+++ b/interface/add_missing_books_to_sections.php	Tue Jan 27 16:40:30 2015 +0100
@@ -16,19 +16,11 @@
 if (!$db_selected) {
     die ('Can\'t use foo : ' . mysql_error());
 }
-?>
 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-        <head
-        </head>
-        <body>
-		<?php  
-            add_missing_books_to_sections(); 
-			
-		?>
-        </body>
 
 
-</html>
+add_missing_books_to_sections(); 
+	
 
+		
+ 
\ No newline at end of file