diff options
author | Silvio <silvio@devlet.com.br> | 2010-06-07 17:48:34 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-06-07 17:48:34 -0300 |
commit | 0f3203c9c25b2c936ba8ebdf2fd2548209213620 (patch) | |
tree | c6f8b556bb81817304f24051a3bfd7abf751f1fd /classes/IsisDb.php | |
parent | b3b87bf51fddd21130bf8975036ee82f66ad042b (diff) | |
download | cinisis-0f3203c9c25b2c936ba8ebdf2fd2548209213620.tar.gz cinisis-0f3203c9c25b2c936ba8ebdf2fd2548209213620.tar.bz2 |
Misc fixes
Diffstat (limited to 'classes/IsisDb.php')
-rw-r--r-- | classes/IsisDb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/IsisDb.php b/classes/IsisDb.php index 1e63f38..43a51dc 100644 --- a/classes/IsisDb.php +++ b/classes/IsisDb.php @@ -59,5 +59,5 @@ interface IsisDb { * @return * Database schema or FALSE if error. */ - function check($schema, $section = NULL); + static function check($schema, $section = NULL); } |