diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-07-17 15:53:02 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-07-17 15:53:02 +0200 |
commit | c36f25e76f40c6fdd6e02f92713d9c1241ed0a79 (patch) | |
tree | 659b919752a512df8853cfd1452d107e42b3890a /class/class.w.art.php | |
parent | 7a1e28b979fffefbf29d08e3b7c6430d8d60e0e3 (diff) | |
download | wcms-c36f25e76f40c6fdd6e02f92713d9c1241ed0a79.tar.gz wcms-c36f25e76f40c6fdd6e02f92713d9c1241ed0a79.zip |
W 2.4 admin include css passwords db table
Diffstat (limited to 'class/class.w.art.php')
-rw-r--r-- | class/class.w.art.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/class/class.w.art.php b/class/class.w.art.php index 02c06de..9640470 100644 --- a/class/class.w.art.php +++ b/class/class.w.art.php @@ -29,6 +29,9 @@ class Art const DEBUT = '(?id='; const FIN = ')'; + + + // _____________________________________________________ F U N ____________________________________________________ public function __construct(array $donnees) |