diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-08-18 01:22:35 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-08-18 01:22:35 +0200 |
commit | 35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1 (patch) | |
tree | 8e2a094598b7232c8ad87c6146af88e790746d62 /ratatoeskr/sys/db.php | |
parent | bd745354de0247ff4d1903cb9d96fd50dfb4bfce (diff) | |
download | ratatoeskr-cms-35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1.tar.gz ratatoeskr-cms-35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1.tar.bz2 ratatoeskr-cms-35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1.zip |
Added script that will create the documentation.
Also rewritten some documentation, so NaturalDocs can handle them.
Diffstat (limited to 'ratatoeskr/sys/db.php')
-rw-r--r-- | ratatoeskr/sys/db.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ratatoeskr/sys/db.php b/ratatoeskr/sys/db.php index 0f3357a..fcde7f3 100644 --- a/ratatoeskr/sys/db.php +++ b/ratatoeskr/sys/db.php @@ -40,6 +40,7 @@ function sqlesc($str) /* * Class: MySQLException + * Will be thrown by qdb*, if the query induced an MySQL error. */ class MySQLException extends Exception { } |