diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
commit | f25c7815af52a751cb815709ff33abee14e130a4 (patch) | |
tree | 3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /lib/SimpleSAML/Store/SQL.php | |
parent | 417c2175dc682a487d784cca08170989089552ee (diff) | |
download | simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2 |
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'lib/SimpleSAML/Store/SQL.php')
-rw-r--r-- | lib/SimpleSAML/Store/SQL.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Store/SQL.php b/lib/SimpleSAML/Store/SQL.php index e1b15f5..976a812 100644 --- a/lib/SimpleSAML/Store/SQL.php +++ b/lib/SimpleSAML/Store/SQL.php @@ -3,7 +3,7 @@ /** * A SQL datastore. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Store_SQL extends SimpleSAML_Store { |