Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 12293dc

Browse files
authored
Update smysql-old-1.php
1 parent 53455e1 commit 12293dc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

smysql-old-1.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,6 @@ public function queryf($q, $a) {
7979
return $this->query($q, "Queryf");
8080
}
8181

82-
public function setFnc($name, $query) {
83-
$this->fncs[$name] = $query;
84-
}
85-
86-
public function execFnc($name, $params = array()) {
87-
if(isset($this->fncs[$name]))
88-
$this->queryf($this->fncs[$name], $params);
89-
else
90-
trigger_error("Simon's MySQL error <strong>(fnc_" . $name . "):</strong> This function isn't defined");
91-
}
92-
9382
public function dbList() {
9483
$result = $this->result;
9584
$ld = mysql_list_dbs($this->connect);

0 commit comments

Comments
 (0)