Subversion Repositories eFlore/Applications.cel

Rev

Rev 1723 | Rev 1765 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1723 Rev 1726
Line 39... Line 39...
39
 
39
 
40
# Seconde regexp
40
# Seconde regexp
41
# 489 substitutions:
41
# 489 substitutions:
42
# sed -nE "s;\\\$this->($chaine)\(;Cel::db()->\1(;gp" $fichiers
42
# sed -nE "s;\\\$this->($chaine)\(;Cel::db()->\1(;gp" $fichiers
-
 
43
sed -i -E "s;\\\$this->($chaine)\(;Cel::db()->\1(;g" $fichiers
-
 
44
 
-
 
45
 
-
 
46
# Troisième passe: substitution de $this->bdd->quote()
-
 
47
# 25 substitutions
-
 
48
fichiers_quote=$(grep -rl '$this->bdd->quote(' jrest/services)