Big Cleanup

1) Removed unnecessary files
2) Trailling spaces (no all though)
3)  Some space to tab conversion
This commit is contained in:
Neranjen
2012-06-18 05:06:05 +05:30
parent e081116620
commit 786cbf1f8e
195 changed files with 23522 additions and 23537 deletions
+9 -9
View File
@@ -10,7 +10,7 @@
#################################################################################
class Logging {
public function addIllegal($uid,$ref,$type) {
global $database;
if(LOG_ILLEGAL) {
@@ -24,7 +24,7 @@ class Logging {
$database->query($q);
}
}
public function addLoginLog($id,$ip) {
global $database;
if(LOG_LOGIN) {
@@ -32,7 +32,7 @@ class Logging {
$database->query($q);
}
}
public function addBuildLog($wid,$building,$level,$type) {
global $database;
if(LOG_BUILD) {
@@ -47,7 +47,7 @@ class Logging {
$database->query($q);
}
}
public function addTechLog($wid,$tech,$level) {
global $database;
if(LOG_TECH) {
@@ -56,7 +56,7 @@ class Logging {
$database->query($q);
}
}
public function goldFinLog($wid) {
global $database;
if(LOG_GOLD_FIN) {
@@ -65,11 +65,11 @@ class Logging {
$database->query($q);
}
}
public function addAdminLog() {
global $database;
}
public function addMarketLog($wid,$type,$data) {
global $database;
if(LOG_MARKET) {
@@ -83,11 +83,11 @@ class Logging {
$database->query($q);
}
}
public function addWarLog() {
global $database;
}
public function clearLogs() {
global $database;
}